[U-Boot] [PATCH 01/10] arm: am437x: cm-t43: fix cm-t43 boot
Nikita Kiryanov
nikita at compulab.co.il
Fri Feb 19 18:19:41 CET 2016
spl_board_init() is necessary for boot. Remove the #undef that keeps
it out of the boot sequence.
Cc: Tom Rini <trini at konsulko.com>
Cc: Albert Aribaud <albert.u.boot at aribaud.net>
Cc: Igor Grinberg <grinberg at compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita at compulab.co.il>
---
include/configs/cm_t43.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h
index d3cd38d..d0dfdef 100644
--- a/include/configs/cm_t43.h
+++ b/include/configs/cm_t43.h
@@ -98,7 +98,6 @@
#undef CONFIG_SPL_OS_BOOT
#undef CONFIG_SPL_GPIO_SUPPORT
#undef CONFIG_SPL_NAND_SUPPORT
-#undef CONFIG_SPL_BOARD_INIT
#undef CONFIG_BOOTDELAY
#include <config_distro_defaults.h>
#define CONFIG_ZERO_BOOTDELAY_CHECK
--
1.9.1
More information about the U-Boot
mailing list