Re: [U-Boot] [PATCH] embestmx6boards: Fix CONFIG_CONSOLE_DEV

2014-06-17 Thread Stefano Babic
Hi Fabio, On 09/06/2014 18:35, Fabio Estevam wrote: > mars and riot boards use UART2 as console, so CONFIG_CONSOLE_DEV should point > to 'ttymxc1' instead. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH] embestmx6boards: Fix CONFIG_CONSOLE_DEV

2014-06-09 Thread Iain Paton
On 09/06/14 17:35, Fabio Estevam wrote: > mars and riot boards use UART2 as console, so CONFIG_CONSOLE_DEV should point > to 'ttymxc1' instead. > > Signed-off-by: Fabio Estevam > --- > Untested as I don't have access to this board. > > include/configs/embestmx6boards.h | 2 +- > 1 file changed,

[U-Boot] [PATCH] embestmx6boards: Fix CONFIG_CONSOLE_DEV

2014-06-09 Thread Fabio Estevam
mars and riot boards use UART2 as console, so CONFIG_CONSOLE_DEV should point to 'ttymxc1' instead. Signed-off-by: Fabio Estevam --- Untested as I don't have access to this board. include/configs/embestmx6boards.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/confi