mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-02-10 08:53:15 +01:00
dm36x: Use appropriate memory size for DM368 Leopardboard (128MB).
This commit is contained in:
@@ -4,7 +4,7 @@ ENTRY(__interrupt_vector_table)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
sram (rwx) : ORIGIN = 0x80000000, LENGTH = 0x10000000
|
||||
sram (rwx) : ORIGIN = 0x80000000, LENGTH = 0x08000000
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user