Integrate uboot-imx-kuk/disable-console
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@7c97f433
env: redirect stderr to nulldev if CONFIG_DISABLE_CONSOLE is set
Just setting global data flags GD_FLG_SILENT and GD_FLG_DISABLE_CONSOLE will not silence stderr output. Expilicitly set "stderr" to "nulldev" to fully silence console in u-boot.
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@1073816b
defconfigs: add defconfigs for building u-boot with disabled console
There are only three defconfigs, as they should cover the whole spectre of iMX6 and iMX8 boards which are supported in Yocto HAM: seco-mx6_no_console_defconfig tanaro_v1r1_1gb_no_console_defconfig trizeps8plus_no_console_defconfig
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de
--
Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@b13dd174
seco:boards: disable u-boot console if CONFIG_DISABLE_CONSOLE is set
Add condition which disables a serial console in SPL and U-Boot by activating corresponding routines in following board files: seco_mx6 trizeps8 trizeps8mini trizeps8nano trizeps8plus
Signed-off-by: Mikhail Vanyulin mikhail.vanyulin@rtsoft.de