diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-14 08:11:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-14 08:11:27 -0400 |
commit | df33f8646855e65b8e7232c7fd5739e1ae1eb58b (patch) | |
tree | b702b2e3fa23d9034faf78cbb252a962fd4151d7 /configs/ci20_mmc_defconfig | |
parent | f55e80f37e0b0dfbc37137ea3370f78ef21ab5a2 (diff) | |
download | u-boot-df33f8646855e65b8e7232c7fd5739e1ae1eb58b.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/ci20_mmc_defconfig')
-rw-r--r-- | configs/ci20_mmc_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/ci20_mmc_defconfig b/configs/ci20_mmc_defconfig index 8a81517cca..56fd44647a 100644 --- a/configs/ci20_mmc_defconfig +++ b/configs/ci20_mmc_defconfig @@ -18,6 +18,7 @@ CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL_TEXT_BASE=0xf4000a00 # CONFIG_SPL_BANNER_PRINT is not set # CONFIG_TPL_BANNER_PRINT is not set +CONFIG_SPL_MMC_TINY=y CONFIG_HUSH_PARSER=y CONFIG_CMD_DM=y # CONFIG_CMD_FLASH is not set @@ -39,10 +40,8 @@ CONFIG_MMC_IO_VOLTAGE=y CONFIG_MMC_UHS_SUPPORT=y CONFIG_MMC_HS400_SUPPORT=y # CONFIG_MMC_VERBOSE is not set -CONFIG_SPL_MMC_TINY=y CONFIG_JZ47XX_MMC=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y -CONFIG_USE_TINY_PRINTF=y CONFIG_SPL_TINY_MEMSET=y CONFIG_LZO=y |