]> git.ipfire.org Git - thirdparty/openwrt.git/commit
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)
commit10631d244cdacd004ccfe74c691765f9beacd413
tree8e912f1cc74dbf32181f824a45abdaff1ca1ea7f
parent638a1927b1a8ab4078c29a4941cb256945e2908f
airoha: remove KERNEL_LOADADDR from airoha_an7583-evb device definition

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