[PATCH 2/2] at91: specify the bare_init max size for each soc
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Jan 17 20:07:34 EST 2012
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
arch/arm/mach-at91/Kconfig | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 8f3b8ce..41e9b99 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -83,6 +83,16 @@ config ARCH_AT91SAM9G45
endchoice
+config ARCH_BAREBOX_MAX_BARE_INIT_SIZE
+ hex
+ default 0x1000 if ARCH_AT91SAM9260
+ default 0x270000 if ARCH_AT91SAM9261
+ default 0x12000 if ARCH_AT91SAM9263
+ default 0x4000 if ARCH_AT91SAM9G20
+ default 0x3000 if ARCH_AT91SAM9G10
+ default 0xF000 if ARCH_AT91SAM9G45
+ default 0xffffffff
+
# ----------------------------------------------------------
if ARCH_AT91RM9200
--
1.7.7
More information about the barebox
mailing list