aboutsummaryrefslogtreecommitdiff
path: root/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2023-03-15 13:01:16 +0200
committerPeng Fan <peng.fan@nxp.com>2023-04-04 17:31:46 +0800
commit2532eadcd5bfe9e98fff5585785af737e475fb4c (patch)
tree3ee077bcf2f99e2e377e3dae8bbb81f286680c10 /configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
parent02f8486b9f9fd27c1ad7fdda78c3c892431285a9 (diff)
downloadu-boot-2532eadcd5bfe9e98fff5585785af737e475fb4c.zip
u-boot-2532eadcd5bfe9e98fff5585785af737e475fb4c.tar.gz
u-boot-2532eadcd5bfe9e98fff5585785af737e475fb4c.tar.bz2
configs: convert NXP LS1028A RDB and QDS to DM_SERIAL
Since the device trees are more or less synchronized with Linux, the only necessary changes are to enable CONFIG_DM_SERIAL and the DM_SERIAL driver for ns16550 (ns16550.c rather than serial_ns16550.c). ls1028aqds_tfa_lpuart_defconfig already uses DM_SERIAL for the LPUART driver, so I didn't touch that. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/ls1028ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r--configs/ls1028ardb_tfa_SECURE_BOOT_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
index af560c6..2c3c9bd 100644
--- a/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
@@ -80,7 +80,8 @@ CONFIG_DM_RTC=y
CONFIG_RTC_PCF2127=y
CONFIG_SCSI=y
CONFIG_DM_SCSI=y
-CONFIG_SYS_NS16550_SERIAL=y
+CONFIG_DM_SERIAL=y
+CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_FSL_DSPI=y