[PATCH] at91sam9g45: fix ARCH_TEXT_BASE

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Tue Jan 18 10:11:46 EST 2011


it's 0x73f00000 not 0x23f00000 as the other at91

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 arch/arm/mach-at91/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 4d35ebe..efaa256 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -2,6 +2,7 @@ if ARCH_AT91
 
 config ARCH_TEXT_BASE
 	hex
+	default 0x73f00000 if ARCH_AT91SAM9G45
 	default 0x23f00000
 
 config BOARDINFO
-- 
1.7.2.3




More information about the barebox mailing list