diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-06 13:42:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-06 13:42:52 -0500 |
commit | 4244429ff03ae76b93b4cf98005b2c2b3701649f (patch) | |
tree | cb2d4d611e309514aac8abfcf4426a67a34856ad /configs/ls1021aiot_qspi_defconfig | |
parent | f5cc89a82a9990ba9805ff5800c0872b891533ce (diff) | |
download | u-boot-4244429ff03ae76b93b4cf98005b2c2b3701649f.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021aiot_qspi_defconfig')
-rw-r--r-- | configs/ls1021aiot_qspi_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/ls1021aiot_qspi_defconfig b/configs/ls1021aiot_qspi_defconfig index 8a3b79693b..7ba0c47a5b 100644 --- a/configs/ls1021aiot_qspi_defconfig +++ b/configs/ls1021aiot_qspi_defconfig @@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x40010000 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_ENV_OFFSET=0x100000 +CONFIG_DM_GPIO=y CONFIG_NR_DRAM_BANKS=1 CONFIG_AHCI=y CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT" @@ -22,6 +23,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y CONFIG_SATA_CEVA=y CONFIG_FSL_CAAM=y +CONFIG_DM_I2C=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_MTD=y @@ -45,5 +47,3 @@ CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y -CONFIG_DM_I2C=y -CONFIG_DM_GPIO=y |