Skip to content

Commit e6d464e

Browse files
Mihai Saingehariprasath
Mihai Sain
authored andcommitted
device: sam9x7: Fix the top address of SRAM0 memory
The SRAM0 size is 64 Kbytes starting at 0x300000. Set the new top address to 0x310000. Signed-off-by: Mihai Sain <[email protected]> Signed-off-by: Hari Prasath Gujulan Elango <[email protected]>
1 parent 540bd3b commit e6d464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/Config.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config LINK_ADDR
1212
config TOP_OF_MEMORY
1313
string
1414
default "0x310000" if SAM9X60
15-
default "0x308000" if SAM9X7
15+
default "0x310000" if SAM9X7
1616
default "0x310000" if SAMA5D3X
1717
default "0x210000" if SAMA5D4
1818
default "0x210000" if SAMA5D2

0 commit comments

Comments
 (0)