Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 376355a

Browse files
committed
configs: stream195x: increase bootm size
KASAN enabled kernel builds are larger, so they need more space for the bootm command. Signed-off-by: Peter Suti <[email protected]>
1 parent 7f82ea0 commit 376355a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/configs/stream195x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218

219219
#define CONFIG_OF_SYSTEM_SETUP
220220

221-
#define CONFIG_SYS_BOOTM_LEN SZ_32M
221+
#define CONFIG_SYS_BOOTM_LEN SZ_64M
222222

223223
#define CONFIG_HW_WATCHDOG
224224
#define CONFIG_IMX_WATCHDOG

0 commit comments

Comments
 (0)