summaryrefslogtreecommitdiff
path: root/configs/ls2088aqds_tfa_defconfig
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2023-02-28 18:32:12 +0200
committerPeng Fan <peng.fan@nxp.com>2023-03-14 18:56:28 +0800
commitb07a62c0219ede896a20e825ab0791fb01d68407 (patch)
tree90e54b78d1913f2c4d076911a487aa059b23d49e /configs/ls2088aqds_tfa_defconfig
parent5a2416fd995ae47bd961d8db01e03a914dc23851 (diff)
downloadu-boot-b07a62c0219ede896a20e825ab0791fb01d68407.tar.gz
configs: ls208x: 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> Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/ls2088aqds_tfa_defconfig')
-rw-r--r--configs/ls2088aqds_tfa_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/ls2088aqds_tfa_defconfig b/configs/ls2088aqds_tfa_defconfig
index a9faa1525a..9f10dd23b2 100644
--- a/configs/ls2088aqds_tfa_defconfig
+++ b/configs/ls2088aqds_tfa_defconfig
@@ -18,7 +18,6 @@ CONFIG_AHCI=y
CONFIG_FSL_USE_PCA9547_MUX=y
CONFIG_FSL_QIXIS=y
# CONFIG_QIXIS_I2C_ACCESS is not set
-# CONFIG_SYS_MALLOC_F is not set
CONFIG_REMAKE_ELF=y
CONFIG_SYS_MONITOR_LEN=1048576
CONFIG_MP=y
@@ -113,7 +112,9 @@ CONFIG_DM_RTC=y
CONFIG_RTC_ENABLE_32KHZ_OUTPUT=y
CONFIG_RTC_DS3231=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