]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: T1024RDB: enable DM_SERIAL
authorCamelia Groza <camelia.groza@nxp.com>
Tue, 11 Jul 2023 12:49:33 +0000 (15:49 +0300)
committerPeng Fan <peng.fan@nxp.com>
Thu, 13 Jul 2023 08:55:01 +0000 (16:55 +0800)
As the serial devices are configured in the device tree, enable
DM_SERIAL in the non-SPL T1024RDB defconfigs.

Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
configs/T1024RDB_defconfig

index 5e8dfbfcdd9f9527b5ece999f1bd552ffe647bde..0d0707e02629937385194bef0c50804c8316d04f 100644 (file)
@@ -101,7 +101,9 @@ CONFIG_SYS_QE_FW_ADDR=0xEFE00000
 CONFIG_SYS_QE_FMAN_FW_IN_NOR=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_DS1337=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_ESPI=y