2011-08-23 Julien Delange <julien.delange@gmail.com>

* startup/linkcmds: Fixed instruction cache size.
This commit is contained in:
Sebastian Huber
2011-08-23 07:43:11 +00:00
parent dad36c52b8
commit 61860b57a0
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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
}