aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamelia Groza <camelia.groza@nxp.com>2023-07-11 15:49:33 +0300
committerPeng Fan <peng.fan@nxp.com>2023-07-13 16:55:01 +0800
commit6d249769c5249774ea0e6b218279d9415108da35 (patch)
tree00079ca8f06b58df32f90a0dd74783d899ef3678
parenteab4cf5d64d3eec659ce26a153c07a79e9f77794 (diff)
downloadu-boot-6d249769c5249774ea0e6b218279d9415108da35.zip
u-boot-6d249769c5249774ea0e6b218279d9415108da35.tar.gz
u-boot-6d249769c5249774ea0e6b218279d9415108da35.tar.bz2
configs: T1024RDB: enable DM_SERIAL
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>
-rw-r--r--configs/T1024RDB_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/T1024RDB_defconfig b/configs/T1024RDB_defconfig
index 5e8dfbf..0d0707e 100644
--- a/configs/T1024RDB_defconfig
+++ b/configs/T1024RDB_defconfig
@@ -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