Skip to content
Snippets Groups Projects
Commit 75d7cf56 authored by York Sun's avatar York Sun
Browse files

armv8: ls1046ardb_emmc: Fix a typo in defconfig


It should be EMMC_BOOT instead of CONFIG_EMMC_BOOT.

Signed-off-by: default avatarYork Sun <york.sun@nxp.com>
CC: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 0a37cf8f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SYS_FSL_DDR4,CONFIG_EMMC_BOOT"
CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SYS_FSL_DDR4,EMMC_BOOT"
CONFIG_SD_BOOT=y
CONFIG_BOOTDELAY=10
CONFIG_HUSH_PARSER=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment