All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV
@ 2023-10-25 23:04 Adam Ford
  2023-10-25 23:04 ` [PATCH 2/5] configs: imx8mm_beacon: Enable fastboot downloading Adam Ford
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Adam Ford @ 2023-10-25 23:04 UTC (permalink / raw)
  To: u-boot; +Cc: sbabic, aford, Adam Ford

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 <aford173@gmail.com>
---
 configs/imx8mp_beacon_defconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-13 16:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 23:04 [PATCH 1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV Adam Ford
2023-10-25 23:04 ` [PATCH 2/5] configs: imx8mm_beacon: Enable fastboot downloading Adam Ford
2023-10-25 23:04 ` [PATCH 3/5] configs: imx8mm_beacon: Disable the WDT autostart Adam Ford
2023-10-25 23:04 ` [PATCH 4/5] configs: imx8mn_beacon: Do not set SYS_CONSOLE_IS_IN_ENV Adam Ford
2023-10-25 23:04 ` [PATCH 5/5] configs: imx8mn_beacon: Disable the WDT autostart Adam Ford
2023-10-26 14:20 ` [PATCH 1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV Fabio Estevam
2023-12-12 17:05   ` Adam Ford
2023-12-12 17:09     ` Fabio Estevam
2023-12-13 16:32 ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.