mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 19:04:15 +08:00
Revert "olimex-stm32-p407: adjust memory layout"
This reverts commit 9a9d0a647e.
This commit is contained in:
@@ -92,7 +92,7 @@ MEMORY
|
||||
|
||||
/* 112Kb of contiguous SRAM */
|
||||
|
||||
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
|
||||
usram (rwx) : ORIGIN = 0x20004000, LENGTH = 16K
|
||||
xsram (rwx) : ORIGIN = 0x20008000, LENGTH = 80K
|
||||
ksram (rwx) : ORIGIN = 0x20000000, LENGTH = 8K
|
||||
usram (rwx) : ORIGIN = 0x20002000, LENGTH = 8K
|
||||
xsram (rwx) : ORIGIN = 0x20008000, LENGTH = 96K
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user