[PATCH 1/3] at91sam9x5: udpate default ARCH_TEXT to 0x26f00000
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Oct 17 13:15:09 EDT 2012
On sam9x5 series the bootstrap load the bootloader at 0x26f00000.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
arch/arm/mach-at91/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 30225fa..b3f1885 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -3,6 +3,7 @@ if ARCH_AT91
config ARCH_TEXT_BASE
hex
default 0x73f00000 if ARCH_AT91SAM9G45
+ default 0x26f00000 if ARCH_AT91SAM9X5
default 0x23f00000
config BOARDINFO
--
1.7.10.4
More information about the barebox
mailing list