[U-Boot] [PATCH v1 4/5] armv8: ls1046a: Enable spl_board_init() function
York Sun
york.sun at nxp.com
Mon May 15 15:52:02 UTC 2017
CONFIG_SPL_BOARD_INIT is used for SPL boot. It is only defined for
secure boot at this moment. Define it in board header file for SPL
build.
Signed-off-by: York Sun <york.sun at nxp.com>
---
include/configs/ls1046a_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h
index 957ffd3..ffa1c78 100644
--- a/include/configs/ls1046a_common.h
+++ b/include/configs/ls1046a_common.h
@@ -9,6 +9,7 @@
/* SPL build */
#ifdef CONFIG_SPL_BUILD
+#define CONFIG_SPL_BOARD_INIT
#define SPL_NO_QBMAN
#define SPL_NO_FMAN
#define SPL_NO_ENV
--
2.7.4
More information about the U-Boot
mailing list