projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aadcfc1
)
arm: omap2: apollon: fix broken build
author
Igor Grinberg
<grinberg@compulab.co.il>
Fri, 24 Jun 2011 09:34:38 +0000
(09:34 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Mon, 4 Jul 2011 08:55:26 +0000
(10:55 +0200)
Define CONFIG_SYS_SDRAM_BASE to physical SDRAM address
and CONFIG_SYS_INIT_SP_ADDR to physical SRAM address
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
include/configs/apollon.h
patch
|
blob
|
history
diff --git
a/include/configs/apollon.h
b/include/configs/apollon.h
index 3364ec00745913e0b886f341781c7415e58c1594..1f959fc8feece5b0dcbc79518550ecbb004697bf 100644
(file)
--- a/
include/configs/apollon.h
+++ b/
include/configs/apollon.h
@@
-266,4
+266,8
@@
"-(ubifs)"
#endif
+#define PHYS_SRAM 0x4020F800
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR PHYS_SRAM
+
#endif /* __CONFIG_H */