summaryrefslogtreecommitdiffstats
path: root/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2019-01-30 19:19:40 +0800
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-02-19 10:26:44 +0530
commitb0d4a854751b1bee75fc04fac58561212f6b9c64 (patch)
tree2f13e98820a40e7b7dbeba13ab8676c64858edc0 /configs/ls1021aqds_nor_SECURE_BOOT_defconfig
parent281ffa538603a79c9f4cd727185efd4168d98ba6 (diff)
downloadu-boot-b0d4a854751b1bee75fc04fac58561212f6b9c64.tar.gz
u-boot-b0d4a854751b1bee75fc04fac58561212f6b9c64.tar.xz
u-boot-b0d4a854751b1bee75fc04fac58561212f6b9c64.zip
configs: ls1021a: enable sata configs for all ls1021a defconfigs
Add CONFIG_AHCI CONFIG_SATA_CEVA CONFIG_DM_SCSI for some ls1021a defconfigs that missing one of them or more. enable CONFIG_DM_MMC for some defconfigs to support CONFIG_BLK Support sata for all ls1021a defconfigs Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/ls1021aqds_nor_SECURE_BOOT_defconfig')
-rw-r--r--configs/ls1021aqds_nor_SECURE_BOOT_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/ls1021aqds_nor_SECURE_BOOT_defconfig b/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
index 716cc63624..702d849a89 100644
--- a/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
+++ b/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_TARGET_LS1021AQDS=y
CONFIG_SYS_TEXT_BASE=0x60100000
CONFIG_SECURE_BOOT=y
+CONFIG_AHCI=y
CONFIG_NR_DRAM_BANKS=1
# CONFIG_SYS_MALLOC_F is not set
CONFIG_FIT=y
@@ -34,7 +35,9 @@ CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="ls1021a-qds-duart"
CONFIG_DM=y
+CONFIG_SATA_CEVA=y
CONFIG_SYS_FSL_DDR3=y
+CONFIG_DM_MMC=y
CONFIG_FSL_ESDHC=y
CONFIG_MTD_NOR_FLASH=y
CONFIG_FLASH_CFI_DRIVER=y
@@ -48,6 +51,7 @@ CONFIG_PCI=y
CONFIG_DM_PCI=y
CONFIG_DM_PCI_COMPAT=y
CONFIG_PCIE_LAYERSCAPE=y
+CONFIG_DM_SCSI=y
CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_DM_USB=y