diff options
author | Tom Rini | 2022-04-08 13:36:51 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-08 13:36:51 -0400 |
commit | d46e86d25c2a504b3e2e4ab17d70b2f0be440f34 (patch) | |
tree | 0d66c84d42423b3d82dfc547ba3966c61dcf486e /configs/inetspace_v2_defconfig | |
parent | 909d2120e27964a9cfdc8d254cd8fa5a0e1345a7 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/inetspace_v2_defconfig')
-rw-r--r-- | configs/inetspace_v2_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/inetspace_v2_defconfig b/configs/inetspace_v2_defconfig index 1082444cf3d..2b41fc1ba19 100644 --- a/configs/inetspace_v2_defconfig +++ b/configs/inetspace_v2_defconfig @@ -12,8 +12,9 @@ CONFIG_ENV_OFFSET=0x70000 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DEFAULT_DEVICE_TREE="kirkwood-is2" CONFIG_IDENT_STRING=" IS v2" -# CONFIG_SYS_MALLOC_F is not set CONFIG_SYS_LOAD_ADDR=0x800000 +CONFIG_ENV_ADDR=0x70000 +# CONFIG_SYS_MALLOC_F is not set CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200" @@ -44,7 +45,6 @@ CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_ENV_SPI_MAX_HZ=20000000 -CONFIG_ENV_ADDR=0x70000 CONFIG_NETCONSOLE=y CONFIG_SYS_FAULT_ECHO_LINK_DOWN=y CONFIG_DM=y |