9
0
Fork 0

at91sam9261: fix max bare_init it's 156KiB

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-26 19:13:45 +01:00 committed by Sascha Hauer
parent c559eb612f
commit 4dd9fc8106
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ endchoice
config ARCH_BAREBOX_MAX_BARE_INIT_SIZE
hex
default 0x1000 if ARCH_AT91SAM9260
default 0x270000 if ARCH_AT91SAM9261
default 0x27000 if ARCH_AT91SAM9261
default 0x12000 if ARCH_AT91SAM9263
default 0x4000 if ARCH_AT91SAM9G20
default 0x3000 if ARCH_AT91SAM9G10