]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: remove KERNEL_LOADADDR from airoha_an7583-evb device definition 24000/head
authorYaleiZang <yalei.zang@airoha.com>
Tue, 30 Jun 2026 08:13:01 +0000 (16:13 +0800)
committerRobert Marko <robimarko@gmail.com>
Wed, 1 Jul 2026 11:57:06 +0000 (13:57 +0200)
Delete the KERNEL_LOADADDR assignment from the airoha_an7583-evb device definition.
The kernel load address is now centrally managed in image Makefile with, just using default load address:

    loadaddr-$(CONFIG_TARGET_airoha_an7583) := 0x80200000

This ensures the load address configuration is maintained in a single location.
Removing the duplicate assignment prevents confusion and potential misconfiguration.

Signed-off-by: YaleiZang <yalei.zang@airoha.com>
Link: https://github.com/openwrt/openwrt/pull/24000
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/airoha/image/an7583.mk

index bbc78c65ae4a9291fc1b54e713be535d012f30aa..f51b79e27b210cb2de90501149edbe49c00ba23d 100644 (file)
@@ -11,7 +11,6 @@ define Device/airoha_an7583-evb
   DEVICE_PACKAGES := kmod-phy-aeonsemi-as21xxx kmod-leds-pwm kmod-pwm-airoha kmod-input-gpio-keys-polled
   DEVICE_DTS := an7583-evb
   DEVICE_DTS_CONFIG := config@1
-  KERNEL_LOADADDR := 0x80088000
   IMAGE/sysupgrade.bin := append-kernel | pad-to 128k | append-rootfs | pad-rootfs | append-metadata
 endef
 TARGET_DEVICES += airoha_an7583-evb