diff mbox

[U-Boot,V2,5/5] ARM: OMAP: Add arch_cpu_init function

Message ID 20130508175618.GI6931@bill-the-cat
State Awaiting Upstream
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini May 8, 2013, 5:56 p.m. UTC
On Wed, Apr 24, 2013 at 04:11:25PM +0530, Sricharan R wrote:

> 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>

With the following change, applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h
index 50eafdf..38a2755 100644
--- a/include/configs/igep0033.h
+++ b/include/configs/igep0033.h
@@ -156,6 +156,9 @@ 
 #define CONFIG_CONS_INDEX		1
 #define CONFIG_BAUDRATE			115200
 
+/* CPU */
+#define CONFIG_ARCH_CPU_INIT
+
 #define CONFIG_ENV_OVERWRITE		1
 #define CONFIG_SYS_CONSOLE_INFO_QUIET