projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d70b34
)
dm: at91: Correct text base for snapper9260
author
Simon Glass
<sjg@chromium.org>
Wed, 29 Oct 2014 19:08:55 +0000
(13:08 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 21 Nov 2014 07:08:07 +0000
(08:08 +0100)
The value should be 0x21f00000. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/snapper9260.h
patch
|
blob
|
history
diff --git
a/include/configs/snapper9260.h
b/include/configs/snapper9260.h
index 1ebee714ba3e5c568c86c99b937b7d5a2c645644..6909e9954046f2b46d3ac364d79370ee9a2fde62 100644
(file)
--- 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 0x2
00
00000
+#define CONFIG_SYS_TEXT_BASE 0x2
1f
00000
/* ARM asynchronous clock */
#define CONFIG_SYS_AT91_MAIN_CLOCK 18432000 /* External Crystal, in Hz */