[U-Boot] [PATCH v2 1/9] dm: at91: Correct text base for snapper9260
Simon Glass
sjg at chromium.org
Wed Oct 29 20:08:55 CET 2014
The value should be 0x21f00000. Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Use a text base of 0x21f00000
include/configs/snapper9260.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h
index 1ebee71..6909e99 100644
--- a/include/configs/snapper9260.h
+++ b/include/configs/snapper9260.h
@@ -15,7 +15,7 @@
#include <asm/hardware.h>
#include <linux/sizes.h>
-#define CONFIG_SYS_TEXT_BASE 0x20000000
+#define CONFIG_SYS_TEXT_BASE 0x21f00000
/* ARM asynchronous clock */
#define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */
--
2.1.0.rc2.206.gedb03e5
More information about the U-Boot
mailing list