aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2023-10-25 18:04:55 -0500
committerFabio Estevam <festevam@gmail.com>2023-12-13 10:00:13 -0300
commit353c9aa18c3e8016751e03a44fd58cac291626fd (patch)
tree0c355295074e1b716ec97ec4b85936839fa9f52f /configs
parent856227292aa0027170a4e3e73e87e5bbe8da54d6 (diff)
downloadu-boot-353c9aa18c3e8016751e03a44fd58cac291626fd.zip
u-boot-353c9aa18c3e8016751e03a44fd58cac291626fd.tar.gz
u-boot-353c9aa18c3e8016751e03a44fd58cac291626fd.tar.bz2
configs: imx8mn_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 <aford173@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mn_beacon_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_beacon_defconfig b/configs/imx8mn_beacon_defconfig
index 9409d51..cfff20f 100644
--- a/configs/imx8mn_beacon_defconfig
+++ b/configs/imx8mn_beacon_defconfig
@@ -34,6 +34,7 @@ CONFIG_OF_SYSTEM_SETUP=y
CONFIG_USE_BOOTCOMMAND=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="imx8mn-beacon-kit.dtb"
+# CONFIG_SYS_CONSOLE_IS_IN_ENV is not set
CONFIG_SPL_MAX_SIZE=0x25000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x950000