From: Adam Ford Date: Wed, 25 Oct 2023 23:04:52 +0000 (-0500) Subject: configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=dc48e263a60d15236369e43944ef2e3a0d613a23;p=u-boot.git configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV The hardware only supports a specific console port, so remove the option to change the console location in the environment. Signed-off-by: Adam Ford Reviewed-by: Fabio Estevam --- diff --git a/configs/imx8mp_beacon_defconfig b/configs/imx8mp_beacon_defconfig index b686af8d18..c758ff371d 100644 --- a/configs/imx8mp_beacon_defconfig +++ b/configs/imx8mp_beacon_defconfig @@ -42,6 +42,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_SYSTEM_SETUP=y CONFIG_BOOTCOMMAND="mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else booti ${loadaddr} - ${fdt_addr}; fi" CONFIG_DEFAULT_FDT_FILE="imx8mp-beacon-kit.dtb" +# CONFIG_SYS_CONSOLE_IS_IN_ENV is not set # CONFIG_SYS_DEVICE_NULLDEV is not set CONFIG_SPL_MAX_SIZE=0x26000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y