projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9483f44
)
rockchip: unset KERNEL_LOADADDR in default profile
author
Tianling Shen
<
[email protected]
>
Wed, 29 Oct 2025 13:43:28 +0000
(21:43 +0800)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 15 Nov 2025 18:56:27 +0000
(19:56 +0100)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20375
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/rockchip/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rockchip/image/Makefile
b/target/linux/rockchip/image/Makefile
index 8324d6482c0e8941917953f11eae26e42d2ef8b0..d46d192900973f4c1c6d36cb9b860fe76f2aad90 100644
(file)
--- 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