diff options
| author | Vipin KUMAR <[email protected]> | 2012-05-07 13:06:45 +0530 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-07-07 14:07:40 +0200 |
| commit | 962d026b6aaf7d801d182f3188e4bbc106e057e3 (patch) | |
| tree | 7f3328578c29e8ddfc06f622e34231ff0717a131 /include | |
| parent | 9afc1af01f2d4b033e0da5df105b399949976a12 (diff) | |
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 <[email protected]>
Signed-off-by: Amit Virdi <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
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 669d83eb7eb..3a238945dcf 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 |
