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>
This commit is contained in:
committed by
Sander Vanheule
parent
ac21dff5b6
commit
4db8598e42
@@ -4,7 +4,6 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/image.mk
|
||||
|
||||
KERNEL_LOADADDR = 0x80100000
|
||||
KERNEL_ENTRY = 0x80100400
|
||||
|
||||
DEVICE_VARS += \
|
||||
CAMEO_BOARD_VERSION \
|
||||
|
||||
Reference in New Issue
Block a user