]> Git Repo - J-u-boot.git/commitdiff
configs: T1042D4RDB: enable DM_SERIAL
authorCamelia Groza <[email protected]>
Tue, 11 Jul 2023 12:49:28 +0000 (15:49 +0300)
committerPeng Fan <[email protected]>
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 <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
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
This page took 0.036681 seconds and 4 git commands to generate.