dm36x: Use appropriate memory size for DM368 Leopardboard (128MB).

This commit is contained in:
Kelvin Lawson
2013-09-24 23:49:15 +01:00
parent 342e66da44
commit ae636f9053

View File

@@ -4,7 +4,7 @@ ENTRY(__interrupt_vector_table)
MEMORY
{
sram (rwx) : ORIGIN = 0x80000000, LENGTH = 0x10000000
sram (rwx) : ORIGIN = 0x80000000, LENGTH = 0x08000000
}