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:
ceb2071
)
ARM: highbank: change TEXT_BASE to 0x8000
author
Rob Herring
<rob.herring@calxeda.com>
Wed, 1 Feb 2012 16:57:53 +0000
(16:57 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 28 Mar 2012 21:31:12 +0000
(23:31 +0200)
Make some space at the beginning of RAM so the FDT can be loaded to a
known fixed address at 0x1000.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
include/configs/highbank.h
patch
|
blob
|
history
diff --git
a/include/configs/highbank.h
b/include/configs/highbank.h
index 56047330361f96ca52bd41fd125dfeb414a5866f..e7172734916db91270364e8ab1eae5b5af95b347 100644
(file)
--- a/
include/configs/highbank.h
+++ b/
include/configs/highbank.h
@@
-120,7
+120,7
@@
#define CONFIG_ENV_IS_NOWHERE
#define CONFIG_SYS_SDRAM_BASE 0x00000000
-#define CONFIG_SYS_TEXT_BASE 0x0000
1
000
+#define CONFIG_SYS_TEXT_BASE 0x0000
8
000
#define CONFIG_SYS_INIT_SP_ADDR 0x01000000
#define CONFIG_SKIP_LOWLEVEL_INIT