diff options
author | Tom Rini <trini@konsulko.com> | 2023-02-17 09:58:06 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-17 09:58:06 -0500 |
commit | fcb5117da8876fc5b2bf941528301218d1be7b1c (patch) | |
tree | 5f8229da0d0585f66a7cac857002889616a021cc /configs/crs305-1g-4s-bit_defconfig | |
parent | 0aa9470fdf8386c18ade43506d5541a515318b76 (diff) | |
download | u-boot-fcb5117da8876fc5b2bf941528301218d1be7b1c.tar.gz u-boot-fcb5117da8876fc5b2bf941528301218d1be7b1c.tar.bz2 u-boot-fcb5117da8876fc5b2bf941528301218d1be7b1c.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/crs305-1g-4s-bit_defconfig')
-rw-r--r-- | configs/crs305-1g-4s-bit_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/crs305-1g-4s-bit_defconfig b/configs/crs305-1g-4s-bit_defconfig index 6ff40e6d63..80d76886a8 100644 --- a/configs/crs305-1g-4s-bit_defconfig +++ b/configs/crs305-1g-4s-bit_defconfig @@ -3,6 +3,8 @@ CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_MVEBU=y CONFIG_SYS_KWD_CONFIG="board/mikrotik/crs3xx-98dx3236/kwbimage.cfg" CONFIG_TEXT_BASE=0x00800000 +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xff0000 CONFIG_TARGET_CRS3XX_98DX3236=y CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x1F0000 @@ -10,9 +12,6 @@ CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DEFAULT_DEVICE_TREE="armada-xp-crs305-1g-4s-bit" CONFIG_BOOTCOUNT_BOOTLIMIT=3 CONFIG_SYS_LOAD_ADDR=0x800000 -CONFIG_BUILD_TARGET="u-boot.kwb" -CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xff0000 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_FIT_BEST_MATCH=y |