summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-03-03 23:18:10 -0600
committerunitexe <unitexe70@gmail.com>2026-03-03 23:18:10 -0600
commitdf140c61a145dbc92aa2a247c77324666652d79d (patch)
treeae6bb67d6d97714d2ec9818ef5572901a0de06f2
parent29773b7e2596e94c2b60de4889f7188c1d10c0d3 (diff)
Increase CONFIG_SYS_BOOTM_LEN to account for kernel w/ bundled initramfs
-rw-r--r--meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/files/increase_sys_bootm_len.cfg1
-rw-r--r--meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/u-boot_%.bbappend4
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/files/increase_sys_bootm_len.cfg b/meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/files/increase_sys_bootm_len.cfg
new file mode 100644
index 0000000..6d8e1f4
--- /dev/null
+++ b/meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/files/increase_sys_bootm_len.cfg
@@ -0,0 +1 @@
+CONFIG_SYS_BOOTM_LEN=0x8000000
diff --git a/meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/u-boot_%.bbappend
new file mode 100644
index 0000000..9f62287
--- /dev/null
+++ b/meta-unit-core/dynamic-layers/rockchip/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+
+
+SRC_URI:append = " file://increase_sys_bootm_len.cfg"