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

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

index 06eb06dfa8b4e56bf44d56f12760d0af2169e734..fe84f36aceace9e6cfc299887695a79993c02784 100644 (file)
@@ -101,7 +101,9 @@ CONFIG_SYS_QE_FW_ADDR=0xEFF10000
 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