realtek: Do not set KERNEL_ENTRY just to avoid NO_EXCEPT_FILL
authorOlliver Schinagl <oliver@schinagl.nl>
Sun, 8 Jan 2023 16:30:07 +0000 (17:30 +0100)
committerSander Vanheule <sander@svanheule.net>
Tue, 24 Jan 2023 20:00:19 +0000 (21:00 +0100)
commit4db8598e4296054c7ca500fc7efe67fbabda69ca
treee65456fee67f74be54abe3c2126f80b7d474fe04
parentac21dff5b67698c09f54a4b98d6f9f12af17edd4
realtek: Do not set KERNEL_ENTRY just to avoid NO_EXCEPT_FILL

It seems like we are offsetting the KERNEL_ENTRY to +0x400, which is
also accomplished by the NO_EXCEPT_FILL configuration option.

Since this is the default for MIPS_GENERIC_KERNEL, lets push a little
bit closer to that one by doing the same thing.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
target/linux/realtek/image/Makefile
target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch
target/linux/realtek/patches-5.15/300-mips-add-rtl838x-platform.patch