[U-Boot] [PATCH v2 2/2] XPedite5200 board support
Jon Loeliger
jdl at freescale.com
Mon Dec 1 18:32:45 CET 2008
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 at 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
More information about the U-Boot
mailing list