diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-23 11:47:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-23 11:47:37 -0400 |
commit | 665c35a764f9bcd2a42454f5c8fb7963352af8c1 (patch) | |
tree | 0beae3a58a83030331e8af25205ed7333e1a0df7 /configs/ci20_mmc_defconfig | |
parent | 780a17e814503f71d1b51d578b32bc9c89933183 (diff) | |
download | u-boot-665c35a764f9bcd2a42454f5c8fb7963352af8c1.tar.gz u-boot-665c35a764f9bcd2a42454f5c8fb7963352af8c1.tar.xz u-boot-665c35a764f9bcd2a42454f5c8fb7963352af8c1.zip |
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ci20_mmc_defconfig b/configs/ci20_mmc_defconfig index 69a449f9e7..7b2be63dab 100644 --- a/configs/ci20_mmc_defconfig +++ b/configs/ci20_mmc_defconfig @@ -7,6 +7,7 @@ CONFIG_SPL_MMC_SUPPORT=y CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_ARCH_JZ47XX=y +CONFIG_SPL_TEXT_BASE=0xf4000a00 CONFIG_FIT=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS4,115200 rw rootwait root=/dev/mmcblk0p1" @@ -15,7 +16,6 @@ CONFIG_BOOTCOMMAND="ext4load mmc 0:1 0x88000000 /boot/uImage; bootm 0x88000000" CONFIG_MISC_INIT_R=y CONFIG_DISPLAY_CPUINFO=y CONFIG_BOARD_EARLY_INIT_F=y -CONFIG_SPL_TEXT_BASE=0xf4000a00 # CONFIG_SPL_BANNER_PRINT is not set CONFIG_SPL_MMC_TINY=y CONFIG_HUSH_PARSER=y |