summaryrefslogtreecommitdiff
path: root/configs/ls1046aqds_sdcard_qspi_defconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2017-05-15 08:52:02 -0700
committerYork Sun <york.sun@nxp.com>2017-06-01 19:57:24 -0700
commitb3a860acef2b2e408fcaa95a0fa8c3e2a22a5312 (patch)
treedcd79689c4894afc3097752f4acfbe3bd166e36c /configs/ls1046aqds_sdcard_qspi_defconfig
parentf24c785a35b9a29a3d60423d581f91f99f49961f (diff)
armv8: ls1046a: Enable spl_board_init() function
CONFIG_SPL_BOARD_INIT is used for SPL boot. It is only enabled for secure boot at this moment. Enable it in defconfig files for SPL build. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1046aqds_sdcard_qspi_defconfig')
-rw-r--r--configs/ls1046aqds_sdcard_qspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046aqds_sdcard_qspi_defconfig b/configs/ls1046aqds_sdcard_qspi_defconfig
index 922f202863..e49de18746 100644
--- a/configs/ls1046aqds_sdcard_qspi_defconfig
+++ b/configs/ls1046aqds_sdcard_qspi_defconfig
@@ -8,6 +8,7 @@ CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT_QSPI"
CONFIG_SD_BOOT=y
CONFIG_BOOTDELAY=10
CONFIG_SPL=y
+CONFIG_SPL_BOARD_INIT=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x110
CONFIG_HUSH_PARSER=y