forked from Imagelibrary/rtems
2011-08-23 Julien Delange <julien.delange@gmail.com>
* startup/linkcmds: Fixed instruction cache size.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-08-23 Julien Delange <julien.delange@gmail.com>
|
||||
|
||||
* startup/linkcmds: Fixed instruction cache size.
|
||||
|
||||
2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* start/start.S: Fixed code section.
|
||||
|
||||
@@ -2,7 +2,7 @@ MEMORY {
|
||||
ROM : ORIGIN = 0x08000000, LENGTH = 32M
|
||||
EWRAM : ORIGIN = 0x02000000, LENGTH = 4M - 4k
|
||||
DTCM : ORIGIN = 0x0b000000, LENGTH = 16k
|
||||
ITCM : ORIGIN = 0x01000000, LENGTH = 16k
|
||||
ITCM : ORIGIN = 0x01000000, LENGTH = 32k
|
||||
NIRVANA : ORIGIN = 0, LENGTH = 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user