From bdb269c163cf6a2940107f53c92eb684423ee45f Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 29 Oct 2025 21:43:28 +0800 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/20375 Signed-off-by: Hauke Mehrtens --- 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 -- 2.30.2