diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-08 13:36:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 13:36:51 -0400 |
commit | d46e86d25c2a504b3e2e4ab17d70b2f0be440f34 (patch) | |
tree | 0d66c84d42423b3d82dfc547ba3966c61dcf486e /configs/3c120_defconfig | |
parent | 909d2120e27964a9cfdc8d254cd8fa5a0e1345a7 (diff) | |
download | u-boot-d46e86d25c2a504b3e2e4ab17d70b2f0be440f34.tar.gz u-boot-d46e86d25c2a504b3e2e4ab17d70b2f0be440f34.tar.bz2 u-boot-d46e86d25c2a504b3e2e4ab17d70b2f0be440f34.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/3c120_defconfig')
-rw-r--r-- | configs/3c120_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/3c120_defconfig b/configs/3c120_defconfig index 651640e74e..b5017865e6 100644 --- a/configs/3c120_defconfig +++ b/configs/3c120_defconfig @@ -7,6 +7,7 @@ CONFIG_ENV_SECT_SIZE=0x20000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard" CONFIG_SYS_LOAD_ADDR=0xd4000000 +CONFIG_ENV_ADDR=0xE2880000 CONFIG_FIT=y CONFIG_SYS_MONITOR_BASE=0xD7F80000 # CONFIG_AUTOBOOT is not set @@ -25,7 +26,6 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_FLASH=y -CONFIG_ENV_ADDR=0xE2880000 CONFIG_VERSION_VARIABLE=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SYS_FAULT_ECHO_LINK_DOWN=y |