summaryrefslogtreecommitdiffstats
path: root/include/configs/spear-common.h
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2012-05-07 13:06:45 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:40 +0200
commit962d026b6aaf7d801d182f3188e4bbc106e057e3 (patch)
tree7f3328578c29e8ddfc06f622e34231ff0717a131 /include/configs/spear-common.h
parent9afc1af01f2d4b033e0da5df105b399949976a12 (diff)
downloadblackbird-obmc-uboot-962d026b6aaf7d801d182f3188e4bbc106e057e3.tar.gz
blackbird-obmc-uboot-962d026b6aaf7d801d182f3188e4bbc106e057e3.zip
SPEAr: Add basic arch related support for SPEAr SoCs
Earlier, architecture specific init code was mixed with board initialization code in board/spear/... This patch updates architecture support for SPEAr in latest u-boot and prints the SoC information. Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com> Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/spear-common.h')
-rw-r--r--include/configs/spear-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h
index 669d83eb7e..3a238945dc 100644
--- a/include/configs/spear-common.h
+++ b/include/configs/spear-common.h
@@ -183,6 +183,8 @@
#define CONFIG_ENV_SIZE 0x02000
/* Miscellaneous configurable options */
+#define CONFIG_ARCH_CPU_INIT
+#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_BOOT_PARAMS_ADDR 0x00000100
#define CONFIG_CMDLINE_TAG 1
#define CONFIG_SETUP_MEMORY_TAGS 1
OpenPOWER on IntegriCloud