diff options
author | Fabio Estevam <festevam@denx.de> | 2023-10-03 21:58:31 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-10-16 18:52:19 +0200 |
commit | bb722375780423f7e43e5bdfaee51bc89437e204 (patch) | |
tree | 4fd3bf9ce4c1ba6f85864f1f3037688d8ee818aa /configs/pico-pi-imx7d_defconfig | |
parent | 38caaffb383c6dfbf50e10ad77f3b4ff4b1a5e06 (diff) | |
download | u-boot-bb722375780423f7e43e5bdfaee51bc89437e204.zip u-boot-bb722375780423f7e43e5bdfaee51bc89437e204.tar.gz u-boot-bb722375780423f7e43e5bdfaee51bc89437e204.tar.bz2 |
pico-pi-imx7d: Unselect CONFIG_CONSOLE_MUX
Unselect CONFIG_CONSOLE_MUX to fix the following
error for the input, output and error interfaces:
U-Boot 2023.10 (Oct 03 2023 - 21:23:18 -0300)
...
In: No input devices available!
Out: No output devices available!
Err: No error devices available!
Net: eth0: ethernet@30be0000
Hit any key to stop autoboot: 0
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/pico-pi-imx7d_defconfig')
-rw-r--r-- | configs/pico-pi-imx7d_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-pi-imx7d_defconfig b/configs/pico-pi-imx7d_defconfig index c5e3421..48364c7 100644 --- a/configs/pico-pi-imx7d_defconfig +++ b/configs/pico-pi-imx7d_defconfig @@ -22,6 +22,7 @@ CONFIG_BOARD_SIZE_LIMIT=715776 CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_DEFAULT_FDT_FILE="imx7d-pico-pi.dtb" +# CONFIG_CONSOLE_MUX is not set CONFIG_SPL_MAX_SIZE=0xe000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_MAX_SIZE=0x100000 |