diff options
| author | Bryan Brattlof <[email protected]> | 2023-12-29 11:46:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-03 08:36:37 -0500 |
| commit | 60f04320c0a5a5e3317a83f14b27060a3e044efa (patch) | |
| tree | 443da42aa40b9b9d3d17e10a8b32879f0c149bb8 | |
| parent | 88af4d46c601fb1cbb4cac3f8e1cd366711fcb3a (diff) | |
configs: am65x_evm_a53: disable CONSOLE_MUX
We do not have a need to share a single console with the evaluation
board and disabling this option reduces the complexity of configuring
the consoles. Disable CONSOLE_MUX
Tested-by: Tom Rini <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
| -rw-r--r-- | configs/am65x_evm_a53_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig index f4369865bf6..4d95e3bd296 100644 --- a/configs/am65x_evm_a53_defconfig +++ b/configs/am65x_evm_a53_defconfig @@ -36,7 +36,6 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_SYSTEM_SETUP=y CONFIG_BOOTCOMMAND="run findfdt; run distro_bootcmd; run init_${boot}; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern; fi;" CONFIG_LOGLEVEL=7 -CONFIG_CONSOLE_MUX=y CONFIG_SPL_MAX_SIZE=0x58000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x80a00000 |
