
1 Dec
2008
1 Dec
'08
6:32 p.m.
On Wed, 2008-11-26 at 11:15 -0600, Peter Tyser wrote:
Initial support for Extreme Engineering Solutions XPedite5200 - a MPC8548-based PMC single board computer.
Signed-off-by: Peter Tyser ptyser@xes-inc.com
diff --git a/include/configs/XPEDITE5200.h b/include/configs/XPEDITE5200.h new file mode 100644 index 0000000..701c060
+/*
- Use L1 as initial stack
- */
+#define CONFIG_L1_INIT_RAM 1
The above symbol is being removed, and should not be re-introduced in your patch.
+#define CONFIG_SYS_INIT_RAM_LOCK 1 +#define CONFIG_SYS_INIT_RAM_ADDR 0xe0000000 +#define CONFIG_SYS_INIT_RAM_END 0x4000
Thanks, jdl