9
0
Fork 0

at91rm9200: fix default TEXT_BASE to 15MiB

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-01-27 19:07:58 +01:00 committed by Sascha Hauer
parent 1e8c9c5a4a
commit 04a90575e2
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ config ARCH_TEXT_BASE
hex
default 0x73f00000 if ARCH_AT91SAM9G45
default 0x26f00000 if ARCH_AT91SAM9X5
default 0x20f00000 if ARCH_AT91RM9200
default 0x23f00000
config BOARDINFO