Re: [U-Boot] [PATCH] arm: config: fix default console only to specify the device

2017-11-09 Thread Simon Glass
On 27 October 2017 at 22:22, wrote: > From: Dongjin Kim > > Since CONFIG_DEFAULT_CONSOLE is already started with "console=", > the console argument in CONFIG_EXTRA_ENV_SETTINGS is expanded to > "console=console=ttySAC1,115200n8" and this causes the wrong > console device. > > #define CONFIG_DE

[U-Boot] [PATCH] arm: config: fix default console only to specify the device

2017-10-28 Thread tobetter
From: Dongjin Kim Since CONFIG_DEFAULT_CONSOLE is already started with "console=", the console argument in CONFIG_EXTRA_ENV_SETTINGS is expanded to "console=console=ttySAC1,115200n8" and this causes the wrong console device. #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"