summaryrefslogtreecommitdiff
path: root/configs/ls1088aqds_tfa_defconfig
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2023-03-15 13:04:13 +0200
committerPeng Fan <peng.fan@nxp.com>2023-04-04 17:31:46 +0800
commitc1186a99bf083b8731a8c615711b5ac943b06e82 (patch)
treef71fefc290791ae0bb106f2a99998704f93db301 /configs/ls1088aqds_tfa_defconfig
parenta593c1fec579ea2e23ace4f06b06d8c168db2d05 (diff)
downloadu-boot-c1186a99bf083b8731a8c615711b5ac943b06e82.tar.gz
configs: ls1088a: enable DM_SERIAL
Now that the DT nodes for the serial devices are in place for these boards, enable DM_SERIAL in the associated configs. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/ls1088aqds_tfa_defconfig')
-rw-r--r--configs/ls1088aqds_tfa_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/ls1088aqds_tfa_defconfig b/configs/ls1088aqds_tfa_defconfig
index 419572470e..09e273ab42 100644
--- a/configs/ls1088aqds_tfa_defconfig
+++ b/configs/ls1088aqds_tfa_defconfig
@@ -118,7 +118,9 @@ CONFIG_PCIE_LAYERSCAPE_RC=y
CONFIG_DM_RTC=y
CONFIG_RTC_PCF2127=y
CONFIG_DM_SCSI=y
-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_FSL_DSPI=y