diff options
author | Tom Rini | 2021-02-15 13:34:30 -0500 |
---|---|---|
committer | Tom Rini | 2021-02-15 13:34:30 -0500 |
commit | 6144438fb5c9059dc87cf219bed0c992f70b3509 (patch) | |
tree | 5593086c999ff263eb5dfe40dafe7aa71e5afd1d /configs/ls1088aqds_sdcard_ifc_defconfig | |
parent | 2ae80437fbe0181184ae4b188b89629b902702c6 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1088aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1088aqds_sdcard_ifc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1088aqds_sdcard_ifc_defconfig b/configs/ls1088aqds_sdcard_ifc_defconfig index e3ef9340a92..2331e3e63d3 100644 --- a/configs/ls1088aqds_sdcard_ifc_defconfig +++ b/configs/ls1088aqds_sdcard_ifc_defconfig @@ -9,6 +9,7 @@ CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0x9fffffff CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x300000 +CONFIG_DM_GPIO=y CONFIG_SPL_TEXT_BASE=0x1800a000 CONFIG_FSL_LS_PPA=y CONFIG_SPL_MMC_SUPPORT=y @@ -31,7 +32,6 @@ CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y CONFIG_HUSH_PARSER=y -CONFIG_DM_GPIO=y CONFIG_CMD_GREPENV=y CONFIG_CMD_MEMINFO=y CONFIG_CMD_MEMTEST=y |