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

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

index eddd6fb6ffa500729329722314eae46a3462b0e4..4b63ef413a6f092c91b6dbab5fd0ee1a786523cf 100644 (file)
@@ -96,7 +96,9 @@ CONFIG_MII=y
 CONFIG_DM_PCI_COMPAT=y
 CONFIG_PCIE_FSL=y
 CONFIG_SYS_QE_FMAN_FW_IN_NOR=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