
8 May
2013
8 May
'13
7:56 p.m.
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 --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
--
Tom