diff options
author | Tom Rini <trini@konsulko.com> | 2024-10-08 09:18:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-08 09:28:10 -0600 |
commit | d892702080d45468b4b5c1cbd3358705d182d4ef (patch) | |
tree | d0cd35ebf65e9b095eaef6cd85887e08af2fa558 /configs/ae350_rv32_xip_defconfig | |
parent | 080bb8480a4e915b1ef52418a9b7a227c75a22ee (diff) | |
download | u-boot-d892702080d45468b4b5c1cbd3358705d182d4ef.tar.gz |
configs: Resync with savedefconfigWIP/08Oct2024
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ae350_rv32_xip_defconfig')
-rw-r--r-- | configs/ae350_rv32_xip_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ae350_rv32_xip_defconfig b/configs/ae350_rv32_xip_defconfig index 95863595d2d..a53795f5900 100644 --- a/configs/ae350_rv32_xip_defconfig +++ b/configs/ae350_rv32_xip_defconfig @@ -7,12 +7,12 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xfffe80 CONFIG_ENV_SECT_SIZE=0x1000 CONFIG_DEFAULT_DEVICE_TREE="ae350_32" CONFIG_SYS_MONITOR_LEN=786432 +CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_SYS_LOAD_ADDR=0x100000 CONFIG_TARGET_ANDES_AE350=y CONFIG_XIP=y CONFIG_SYS_MONITOR_BASE=0x88000000 CONFIG_FIT=y -CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=3 CONFIG_SYS_PBSIZE=1050 |