mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 23:49:59 +01:00
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@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/20375 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
9483f4459f
commit
bdb269c163
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue