summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_common.h
diff options
context:
space:
mode:
authorSRICHARAN R <r.sricharan@ti.com>2013-04-24 00:41:25 +0000
committerTom Rini <trini@ti.com>2013-05-10 08:25:56 -0400
commit47c6ea076eb51e624f8744d93db5cd70b97dc25d (patch)
treea9be7392d700598960e4da68199d1c726e246ba0 /include/configs/omap4_common.h
parent4a0eb75752167bef51993307a10677295cef315b (diff)
downloadblackbird-obmc-uboot-47c6ea076eb51e624f8744d93db5cd70b97dc25d.tar.gz
blackbird-obmc-uboot-47c6ea076eb51e624f8744d93db5cd70b97dc25d.zip
ARM: OMAP: Add arch_cpu_init function
The boot parameters passed from SPL to UBOOT must be saved as a part of uboot's gd data as early as possible, before we will inadvertently overwrite it. So adding a arch_cpu_init for the required Socs to save it. Signed-off-by: Sricharan R <r.sricharan@ti.com> [trini: Add igep0033 hunk] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/omap4_common.h')
-rw-r--r--include/configs/omap4_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 68faecacec..d6448b0529 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -87,6 +87,10 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
115200}
+
+/* CPU */
+#define CONFIG_ARCH_CPU_INIT
+
/* I2C */
#define CONFIG_HARD_I2C 1
#define CONFIG_SYS_I2C_SPEED 100000
OpenPOWER on IntegriCloud