[U-Boot] [PATCH 1/2] vf610twr: Add default environment in line with other Freescale boards
Fabio Estevam
festevam at gmail.com
Wed Jun 26 18:59:47 CEST 2013
On Wed, Jun 26, 2013 at 1:40 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> include/configs/vf610twr.h | 58 ++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 58 insertions(+)
>
> diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h
> index 77fe893..bda5ddf 100644
> --- a/include/configs/vf610twr.h
> +++ b/include/configs/vf610twr.h
> @@ -85,6 +85,64 @@
>
> #define CONFIG_SYS_TEXT_BASE 0x3f008000
>
> +#define CONFIG_EXTRA_ENV_SETTINGS \
> + "script=boot.scr\0" \
> + "uimage=uImage\0" \
> + "console=ttymxc0\0" \
Vybrid does not use ttymxc0.
More information about the U-Boot
mailing list