ramips: move KERNEL_LOADADDR into Device/Default
authorSungbo Eo <mans0n@gorani.run>
Wed, 2 Feb 2022 15:10:04 +0000 (00:10 +0900)
committerSungbo Eo <mans0n@gorani.run>
Tue, 8 Feb 2022 14:23:53 +0000 (23:23 +0900)
commit09f383465e0780cf285a02704eb30f1c3d88aa4b
tree074f867968ab09d7d71170985e37f6aad87cd17c
parenta0ad07ea039c125c28b5b3893c6f935cf68dfdd5
ramips: move KERNEL_LOADADDR into Device/Default

Commit f4a79148f8cb ("ramips: add support for ipTIME AX2004M") was
reverted due to KERNEL_LOADADDR leakage, and it seems the problem can be
mitigated by moving the variable definition into Device/Default. By this,
KERNEL_LOADADDR redefined in a device recipe will not be leaked into the
subsequent device recipes anymore and thus will remain as a per-device
variable.

Ref: cd6a6e3030ff ("Revert "ramips: add support for ipTIME AX2004M"")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
target/linux/ramips/image/Makefile