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:
bdb3c20
)
VCMA9: use ARM relocation feature to fix build error
author
David Müller (ELSOFT AG)
<d.mueller@elsoft.ch>
Sun, 1 May 2011 21:52:48 +0000
(21:52 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Mon, 23 May 2011 06:38:10 +0000
(08:38 +0200)
Signed-off-by: David Müller <d.mueller@elsoft.ch>
include/configs/VCMA9.h
patch
|
blob
|
history
diff --git
a/include/configs/VCMA9.h
b/include/configs/VCMA9.h
index ebe9e424c329ff25419dc6fd21f899e7b50d3019..3cd1bc3eb5e5d85ddb31e7a345e8cf52c379fa50 100644
(file)
--- a/
include/configs/VCMA9.h
+++ b/
include/configs/VCMA9.h
@@
-247,4
+247,9
@@
#define MULTI_PURPOSE_SOCKET_ADDR 0x08000000
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - \
+ GENERATED_GBL_DATA_SIZE)
+
+
#endif /* __CONFIG_H */