- removed sram-section
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@330 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom : ORIGIN = 0xBFC00000, LENGTH = 0x00002000 /* 8K */
|
rom : ORIGIN = 0xBFC00000, LENGTH = 0x00002000 /* 8K */
|
||||||
sram : ORIGIN = 0x40000000, LENGTH = 0x02000000 /* 32M */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stack_ptr = 0x7FFFFFF0;
|
stack_ptr = 0x7FFFFFF0;
|
||||||
@@ -40,8 +39,4 @@ SECTIONS
|
|||||||
*(.rodata*)
|
*(.rodata*)
|
||||||
} > rom
|
} > rom
|
||||||
|
|
||||||
.data ORIGIN(rom) :
|
|
||||||
{
|
|
||||||
*(.data)
|
|
||||||
} > rom
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user