diff options
author | Vipin KUMAR <vipin.kumar@st.com> | 2012-05-07 13:06:45 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:40 +0200 |
commit | 962d026b6aaf7d801d182f3188e4bbc106e057e3 (patch) | |
tree | 7f3328578c29e8ddfc06f622e34231ff0717a131 /include | |
parent | 9afc1af01f2d4b033e0da5df105b399949976a12 (diff) | |
download | u-boot-imx-962d026b6aaf7d801d182f3188e4bbc106e057e3.zip u-boot-imx-962d026b6aaf7d801d182f3188e4bbc106e057e3.tar.gz u-boot-imx-962d026b6aaf7d801d182f3188e4bbc106e057e3.tar.bz2 |
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')
-rw-r--r-- | include/configs/spear-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 669d83e..3a23894 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 |