diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-26 14:45:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-26 14:45:25 -0400 |
commit | 344a0e4367d0820b8eb2ea4a90132433e038095f (patch) | |
tree | bf58156bdb467305dac74f175f5c81ef615d49ac /configs/ge_bx50v3_defconfig | |
parent | cc1e98b559e46630c3421a7762d02a58e5480926 (diff) | |
download | u-boot-344a0e4367d0820b8eb2ea4a90132433e038095f.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/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 3111451162..8be881b939 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -6,6 +6,7 @@ CONFIG_SYS_VPD_EEPROM_I2C_BUS=4 CONFIG_SYS_VPD_EEPROM_SIZE=1024 CONFIG_TARGET_GE_BX50V3=y CONFIG_NR_DRAM_BANKS=1 +CONFIG_SYS_BOOTCOUNT_ADDR=0x7000A000 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_FIT=y CONFIG_OF_BOARD_SETUP=y @@ -39,7 +40,6 @@ CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_EXT=y CONFIG_BOOTCOUNT_BOOTLIMIT=10 CONFIG_SYS_BOOTCOUNT_EXT_DEVPART="1:5" -CONFIG_SYS_BOOTCOUNT_ADDR=0x7000A000 CONFIG_DM_GPIO=y CONFIG_DM_MMC=y CONFIG_SUPPORT_EMMC_BOOT=y |