mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
70097027d2
As QSPI and IFC are pin-multiplexed on LS1021A, only IFC is supported in SD boot now. For the customer's demand, QSPI needs to be supported in SD boot too. This patch adds QSPI or IFC support in SD boot according to the corresponding defconfig. For detail, ls1021aqds_sdcard_ifc_defconfig is used to support IFC in SD boot and ls1021aqds_sdcard_qspi_defconfig is used to support QSPI in SD boot. Signed-off-by: Alison Wang <alison.wang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
14 lines
514 B
Text
14 lines
514 B
Text
LS1021AQDS BOARD
|
|
M: Alison Wang <alison.wang@freescale.com>
|
|
S: Maintained
|
|
F: board/freescale/ls1021aqds/
|
|
F: include/configs/ls1021aqds.h
|
|
F: configs/ls1021aqds_nor_defconfig
|
|
F: configs/ls1021aqds_ddr4_nor_defconfig
|
|
F: configs/ls1021aqds_ddr4_nor_lpuart_defconfig
|
|
F: configs/ls1021aqds_nor_SECURE_BOOT_defconfig
|
|
F: configs/ls1021aqds_nor_lpuart_defconfig
|
|
F: configs/ls1021aqds_sdcard_ifc_defconfig
|
|
F: configs/ls1021aqds_sdcard_qspi_defconfig
|
|
F: configs/ls1021aqds_qspi_defconfig
|
|
F: configs/ls1021aqds_nand_defconfig
|