]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: imx: Set stdio to serial on Data Modul i.MX8M Mini/Plus eDM SBC
authorMarek Vasut <marex@denx.de>
Sat, 13 Jan 2024 17:59:13 +0000 (18:59 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 13 Jan 2024 18:02:47 +0000 (15:02 -0300)
commit645add770e23f453fcd4b80c569d5cffb79e0ccb
treebde2253337f9e9dc90be08f0ffefef3249c4618c
parenteba41982cfd4b7fe5906348d88ab4ee0a533eec3
ARM: imx: Set stdio to serial on Data Modul i.MX8M Mini/Plus eDM SBC

In case CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV are enabled, the console
stdin, stdout, stderr must be defined in environment. Define the default
settings to fix the following warning on boot:

"
In:    No input devices available!
Out:   No output devices available!
Err:   No error devices available!
"

Sort the default environment as well.

Signed-off-by: Marek Vasut <marex@denx.de>
include/configs/imx8mm_data_modul_edm_sbc.h
include/configs/imx8mp_data_modul_edm_sbc.h