nios2: linker.ld: remove some assertions
These aren't valid in all circumstances; the reset vector in most cases needs to be in ROM. Change-Id: I83df8762eecc53c99af92f3b0972dfbafac457fb Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
5846018d0d
commit
a3c2812e37
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ MEMORY
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
ASSERT(_RESET_VECTOR == _RAM_ADDR, "Reset vector not at beginning of RAM!")
|
|
||||||
ASSERT(_EXC_VECTOR - _RESET_VECTOR == 0x20, "Exception vector in wrong place?")
|
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
RESET (wx) : ORIGIN = _RESET_VECTOR, LENGTH = 0x20
|
RESET (wx) : ORIGIN = _RESET_VECTOR, LENGTH = 0x20
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue