Skip to content

Commit 16595e4

Browse files
committed
Increase CONFIG_SYS_BOOTM_LEN to 16M.
This solves the following uboot error: Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN
1 parent 7913fc9 commit 16595e4

File tree

1 file changed

+1
-1
lines changed
  • layers/targets/meta-raspberrypi/recipes-bsp/u-boot/patches

1 file changed

+1
-1
lines changed

layers/targets/meta-raspberrypi/recipes-bsp/u-boot/patches/rpi.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ index f76c7d18..7d0d3562 100644
2424
+#define CONFIG_SILENT_CONSOLE
2525
+#define CONFIG_SYS_DEVICE_NULLDEV
2626
+#define CONFIG_BOARD_EARLY_INIT_F 1
27-
+
27+
+#define CONFIG_SYS_BOOTM_LEN SZ_16M
2828
#endif

0 commit comments

Comments
 (0)