Relocate sigma0 to a higher address
... to prevent an overlap with the kernel. Fixes ssumpf/foc#11
This commit is contained in:
committed by
Sebastian Sumpf
parent
0644e90c5d
commit
8469170306
@@ -9,7 +9,7 @@ REQUIRES_LIBS = libc_minimal cxx_util cxx_io cxx_base \
|
||||
DEFINES += -DL4_MINIMAL_LIBC
|
||||
DEFAULT_RELOC_x86 := 0x00100000
|
||||
DEFAULT_RELOC_amd64 := 0x00100000
|
||||
DEFAULT_RELOC_arm := 0x00090000
|
||||
DEFAULT_RELOC_arm := 0x000a0000
|
||||
DEFAULT_RELOC_sparc := 0x01200000
|
||||
DEFAULT_RELOC_ppc32 := 0x00100000
|
||||
RELOC_PHYS := y
|
||||
|
||||
Reference in New Issue
Block a user