]> git.sur5r.net Git - u-boot/blobdiff - arch/blackfin/cpu/cpu.c
ARM: HYP/non-sec/PSCI: emit DT nodes
[u-boot] / arch / blackfin / cpu / cpu.c
index d841f64c82cbedaccbfbeb1e5958b406793d6704..2409c300ed1441e6660fbd8475ae3e5ee01023f4 100644 (file)
@@ -16,9 +16,9 @@
 #include <asm/mach-common/bits/core.h>
 #include <asm/mach-common/bits/ebiu.h>
 #include <asm/mach-common/bits/trace.h>
+#include <asm/serial.h>
 
 #include "cpu.h"
-#include "serial.h"
 #include "initcode.h"
 
 ulong bfin_poweron_retx;
@@ -104,6 +104,9 @@ void cpu_init_f(ulong bootflag, ulong loaded_from_ldr)
 
        serial_early_puts("Board init flash\n");
        board_init_f(bootflag);
+
+       /* should not be reached */
+       while (1);
 }
 
 int exception_init(void)