diff options
| author | Martin Herren <[email protected]> | 2025-07-19 23:46:33 +0200 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-08-14 14:32:00 +0800 |
| commit | b8e140c1f23b8dd93c62946734cbed8b218450b3 (patch) | |
| tree | 4f2cb26d80e71f91bdc7893d95d4cc3d6b2a888a /boot | |
| parent | 4da366de5d754097d1ed94cd8e722c39a8865f6f (diff) | |
riscv: Set SYS_BOOTM_LEN default to 0x4000000
This changes the default value to the most commonly used one among
existing defconfigs.
Signed-off-by: Martin Herren <[email protected]>
Acked-by: Michal Simek <[email protected]> # xilinx_mbv
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 2ff6f003738..54ef7052c5c 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1057,7 +1057,7 @@ config SYS_BOOTM_LEN hex "Maximum size of a decompresed OS image" depends on CMD_BOOTM || CMD_BOOTI || CMD_BOOTZ || \ LEGACY_IMAGE_FORMAT || SPL_LEGACY_IMAGE_FORMAT - default 0x4000000 if PPC || ARM64 + default 0x4000000 if PPC || ARM64 || RISCV default 0x1000000 if X86 || ARCH_MX6 || ARCH_MX7 default 0x800000 help |
