diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-01 15:41:11 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-01 15:44:12 (GMT) |
commit | 2681e78a5ee0e3d6d45abc195c81d1c527fcea0b (patch) | |
tree | 07a7ccb8474606452d72e9b83403dd70bb87008c /configs/ls1043aqds_sdcard_ifc_defconfig | |
parent | 57ba664ebfee5e6f39edd51188d0465fab25b635 (diff) | |
download | u-boot-fsl-qoriq-2681e78a5ee0e3d6d45abc195c81d1c527fcea0b.tar.xz |
configs: Re-sync
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1043aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1043aqds_sdcard_ifc_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/ls1043aqds_sdcard_ifc_defconfig b/configs/ls1043aqds_sdcard_ifc_defconfig index ba484e4..2680892 100644 --- a/configs/ls1043aqds_sdcard_ifc_defconfig +++ b/configs/ls1043aqds_sdcard_ifc_defconfig @@ -1,14 +1,13 @@ CONFIG_ARM=y CONFIG_TARGET_LS1043AQDS=y -CONFIG_FSL_LS_PPA=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_FSL_LS_PPA=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart" -CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT" |