mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
166ef1e90c
QSPI and IFC are pin-multiplexed on LS1043A. So we use ls1043aqds_sdcard_ifc_defconfig to support IFC in SD boot and ls1043aqds_sdcard_qspi_defconfig to support QSPI in SD boot. Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com> Reviewed-by: York Sun <york.sun@nxp.com>
10 lines
277 B
Text
10 lines
277 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_LS1043AQDS=y
|
|
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,RAMBOOT_PBL,SPL_FSL_PBL,SD_BOOT,SD_BOOT_QSPI"
|
|
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart"
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_DM=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_DM_SPI=y
|