
17 Jan
2017
17 Jan
'17
3 a.m.
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass sjg@chromium.org wrote:
CONFIG_CONSOLE_MUX and CONFIG_SYS_CONSOLE_IS_IN_ENV are not applicable for SPL. Update the console code to use CONFIG_IS_ENABLED(), so that these options will be inactive in SPL.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v3:
- update iomux.c and usb_kbd.c also
Changes in v2: None
common/console.c | 30 +++++++++++++++--------------- common/iomux.c | 4 ++-- common/usb_kbd.c | 6 +++--- 3 files changed, 20 insertions(+), 20 deletions(-)
applied to u-boot-x86, thanks!