realtek: rtl931x: drop LINKER_LOAD_ADDRESS bypass
authorSander Vanheule <sander@svanheule.net>
Wed, 25 Jan 2023 21:18:42 +0000 (22:18 +0100)
committerSander Vanheule <sander@svanheule.net>
Wed, 25 Jan 2023 21:39:35 +0000 (22:39 +0100)
commit8f47b87b0cc8178f73d280c98e571fe9f0ddfee8
tree8213d6496b03bffc8fa0700b27f219ac00ee7291
parent7396263680b951211f33f2aa266b11bdd0047adc
realtek: rtl931x: drop LINKER_LOAD_ADDRESS bypass

RTL931x kernel builds were patched to bypass the LINKER_LOAD_ADDRESS
parameter, and hardcode it to 0x80220000. This doesn't make much sense,
since value of LINKER_LOAD_ADDRESS, load-ld, only appears to be a copy
of load-y, adjusted to the linker's taste.

Dropping the hacks for bypassing LINKER_LOAD_ADDRESS results in a kernel
that actually starts booting on an RTL9313 (Netgear MS510TXM), but
currently still hangs when the kernel switches timers.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/patches-5.10/312-rt9313-support.patch [deleted file]
target/linux/realtek/patches-5.15/312-rt9313-support.patch [deleted file]