Re: [U-Boot] [PATCH] arm: ls102xa: Enable CONFIG_SYS_CONSOLE_IS_IN_ENV support

2016-03-22 Thread york sun
On 03/07/2016 08:09 PM, Alison Wang wrote: > CONFIG_SYS_CONSOLE_IS_IN_ENV needs to be enabled, so we could set stdout > environment variable to specify the vga for the console output when > LCD/HDMI is connected to the boards. > > Signed-off-by: Alison Wang > --- >

[U-Boot] [PATCH] arm: ls102xa: Enable CONFIG_SYS_CONSOLE_IS_IN_ENV support

2016-03-07 Thread Alison Wang
CONFIG_SYS_CONSOLE_IS_IN_ENV needs to be enabled, so we could set stdout environment variable to specify the vga for the console output when LCD/HDMI is connected to the boards. Signed-off-by: Alison Wang --- include/configs/ls1021aqds.h | 1 + include/configs/ls1021atwr.h