[openwrt/openwrt] rockchip: unset KERNEL_LOADADDR in default profile

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 15 11:26:12 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bdb269c163cf6a2940107f53c92eb684423ee45f

commit bdb269c163cf6a2940107f53c92eb684423ee45f
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Wed Oct 29 21:43:28 2025 +0800

    rockchip: unset KERNEL_LOADADDR in default profile
    
    Unset KERNEL_LOADADDR in default profile to avoid using the value
    from other boards (if someone forgets to set KERNEL_LOADADDR).
    
    Signed-off-by: Tianling Shen <cnsztl at immortalwrt.org>
    Link: https://github.com/openwrt/openwrt/pull/20375
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/rockchip/image/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/rockchip/image/Makefile b/target/linux/rockchip/image/Makefile
index 8324d6482c..d46d192900 100644
--- a/target/linux/rockchip/image/Makefile
+++ b/target/linux/rockchip/image/Makefile
@@ -47,6 +47,7 @@ endef
 define Device/Default
   PROFILES := Default
   KERNEL = kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb
+  KERNEL_LOADADDR :=
   BOOT_SCRIPT :=
   IMAGES := sysupgrade.img.gz
   IMAGE/sysupgrade.img.gz = boot-common | boot-script $$(BOOT_SCRIPT) | pine64-img | gzip | append-metadata




More information about the lede-commits mailing list