mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Merged in masayuki2009/nuttx.nuttx/fix_memory_ld_for_lc823450 (pull request #813)
configs/lc823450-xgevk: Fix overlapped memory settings in memory.ld Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
committed by
GregoryN
parent
1e2209348f
commit
de1d356821
@@ -46,6 +46,6 @@ MEMORY
|
||||
/* 256Kb SRAM (tentative) */
|
||||
|
||||
ksram (rwx) : ORIGIN = 0x020c0000, LENGTH = 32K
|
||||
usram (rwx) : ORIGIN = 0x020c4000, LENGTH = 32K
|
||||
xsram (rwx) : ORIGIN = 0x020c8000, LENGTH = 192K
|
||||
usram (rwx) : ORIGIN = 0x020c8000, LENGTH = 32K
|
||||
xsram (rwx) : ORIGIN = 0x020d0000, LENGTH = 192K
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user