]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/system.h
armv8: layerscape: Enable falcon boot
[u-boot] / arch / arm / include / asm / system.h
index 79bd19af7dab38c8791d3f31f5f42091d4ad6592..1d7d4f35c4f519c75cc24136b2ca09c56c2f0bdb 100644 (file)
@@ -215,8 +215,8 @@ void __asm_switch_ttbr(u64 new_ttbr);
  * @entry_point: kernel entry point
  * @es_flag:     execution state flag, ES_TO_AARCH64 or ES_TO_AARCH32
  */
-void armv8_switch_to_el2(u64 args, u64 mach_nr, u64 fdt_addr,
-                        u64 arg4, u64 entry_point, u64 es_flag);
+void __noreturn armv8_switch_to_el2(u64 args, u64 mach_nr, u64 fdt_addr,
+                                   u64 arg4, u64 entry_point, u64 es_flag);
 /*
  * Switch from EL2 to EL1 for ARMv8
  *