summaryrefslogtreecommitdiff
path: root/configs/ls1043ardb_tfa_defconfig
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2023-06-16 16:18:34 +0300
committerPeng Fan <peng.fan@nxp.com>2023-07-06 08:04:55 +0300
commit3240f090fd209849ba53061174aed8fbbb934b06 (patch)
treea848bfb8013924d7c2443061829af9244273abea /configs/ls1043ardb_tfa_defconfig
parent164d1ae5b0e09df8ef4a240d09335e57ab28fe0c (diff)
downloadu-boot-3240f090fd209849ba53061174aed8fbbb934b06.tar.xz
configs: ls1043ardb: enable DM_SERIAL
As the serial devices are configured in the device tree, enable DM_SERIAL in the ls1043ardb defconfigs. Signed-off-by: Camelia Groza <camelia.groza@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/ls1043ardb_tfa_defconfig')
-rw-r--r--configs/ls1043ardb_tfa_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/ls1043ardb_tfa_defconfig b/configs/ls1043ardb_tfa_defconfig
index 15e2916538..e259041708 100644
--- a/configs/ls1043ardb_tfa_defconfig
+++ b/configs/ls1043ardb_tfa_defconfig
@@ -90,7 +90,9 @@ CONFIG_SYS_FMAN_FW_ADDR=0x900000
CONFIG_NVME_PCI=y
CONFIG_PCIE_LAYERSCAPE_RC=y
CONFIG_SYS_QE_FW_ADDR=0x940000
-CONFIG_SYS_NS16550_SERIAL=y
+CONFIG_SPECIFY_CONSOLE_INDEX=y
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_USB=y