[U-Boot] [PATCH v2 3/3] CONFIG_EFI_LOADER breaks rock2 kernel loading
Sandy Patterson
apatterson at sightlogix.com
Fri Jul 22 16:40:13 CEST 2016
The problem seems to be invalidate_icache_all() inside the runtime.
This patch just disables EFI_LOADER for rock2 board.
Signed-off-by: Sandy Patterson <apatterson at sightlogix.com>
---
configs/rock2_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/rock2_defconfig b/configs/rock2_defconfig
index 3e16b80..3a06b7e 100644
--- a/configs/rock2_defconfig
+++ b/configs/rock2_defconfig
@@ -67,3 +67,4 @@ CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_USE_TINY_PRINTF=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_ERRNO_STR=y
+# CONFIG_EFI_LOADER is not set
--
1.9.1
More information about the U-Boot
mailing list