[U-Boot] [PATCH v3 01/62] console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL

Bin Meng bmeng.cn at gmail.com
Tue Jan 17 03:00:09 CET 2017


On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass <sjg at 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at 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!


More information about the U-Boot mailing list