Re: [U-Boot] [PATCH 1/3] mx6sx: udoo_neo: Define the default serial console

2017-02-20 Thread Stefano Babic
On 14/02/2017 14:10, Peter Robinson wrote:
> Standard boot processes including distro boot generally expect the
> default console to be defined.
> 
> Signed-off-by: Peter Robinson 
> ---
>  include/configs/udoo_neo.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
> index 23a3685..5b46272e 100644
> --- a/include/configs/udoo_neo.h
> +++ b/include/configs/udoo_neo.h
> @@ -30,6 +30,7 @@
>  /* Linux only */
>  #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
>  #define CONFIG_EXTRA_ENV_SETTINGS \
> + "console=ttymxc0,115200\0" \
>   "fdt_high=0x\0" \
>   "initrd_high=0x\0" \
>   "fdtfile=undefined\0" \
> 

Whole set applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
Meet DENX at the Embedded World Trade Show
14 Mar - 16 Mar 2017, Nuremberg Trade Fair Centre, Hall 4, Booth 581
--
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 1/3] mx6sx: udoo_neo: Define the default serial console

2017-02-15 Thread Breno Matheus Lima
Hi Peter,

2017-02-14 11:10 GMT-02:00  Peter Robinson <pbrobin...@gmail.com>:
> From: Peter Robinson <pbrobin...@gmail.com>
> Date: Tue, Feb 14, 2017 at 11:10 AM
> Subject: [U-Boot] [PATCH 1/3] mx6sx: udoo_neo: Define the default serial 
> console
> To: Breno Lima <breno.l...@nxp.com>, Francesco Montefoschi
> <francesco.montefos...@udoo.org>, Stefano Babic <sba...@denx.de>,
> u-boot@lists.denx.de
>
>
> Standard boot processes including distro boot generally expect the
> default console to be defined.
>
> Signed-off-by: Peter Robinson <pbrobin...@gmail.com>

For the entire series:

Tested-by: Breno Lima <breno.l...@nxp.com>

Thanks
Best Regards,
-- 
Breno Matheus Lima
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/3] mx6sx: udoo_neo: Define the default serial console

2017-02-14 Thread Peter Robinson
Standard boot processes including distro boot generally expect the
default console to be defined.

Signed-off-by: Peter Robinson 
---
 include/configs/udoo_neo.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 23a3685..5b46272e 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -30,6 +30,7 @@
 /* Linux only */
 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
 #define CONFIG_EXTRA_ENV_SETTINGS \
+   "console=ttymxc0,115200\0" \
"fdt_high=0x\0" \
"initrd_high=0x\0" \
"fdtfile=undefined\0" \
-- 
2.9.3

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot