]> git.sur5r.net Git - u-boot/blobdiff - common/board_f.c
efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC
[u-boot] / common / board_f.c
index 62588c5bad326f857f128b99f084082352c8528a..ae8bdb7c5c0c577df2d1999603bc5224f8318a97 100644 (file)
@@ -900,7 +900,8 @@ void board_init_f(ulong boot_flags)
                hang();
 
 #if !defined(CONFIG_ARM) && !defined(CONFIG_SANDBOX) && \
-               !defined(CONFIG_EFI_APP) && !CONFIG_IS_ENABLED(X86_64)
+               !defined(CONFIG_EFI_APP) && !CONFIG_IS_ENABLED(X86_64) && \
+               !defined(CONFIG_ARC)
        /* NOTREACHED - jump_to_copy() does not return */
        hang();
 #endif