summaryrefslogtreecommitdiffstats
path: root/stand/uboot/lib/glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/uboot/lib/glue.c')
-rw-r--r--stand/uboot/lib/glue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/uboot/lib/glue.c b/stand/uboot/lib/glue.c
index 312075a..016d435 100644
--- a/stand/uboot/lib/glue.c
+++ b/stand/uboot/lib/glue.c
@@ -187,6 +187,8 @@ ub_reset(void)
{
syscall(API_RESET, NULL);
+ while (1); /* fallback if API_RESET failed */
+ __unreachable();
}
static struct mem_region mr[UB_MAX_MR];
OpenPOWER on IntegriCloud