diff options
author | Camelia Groza <camelia.groza@nxp.com> | 2023-07-11 15:49:18 +0300 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2023-07-13 16:54:22 +0800 |
commit | 2a72af59c0a2679ec6df16cf6e74cd0ec5a826ae (patch) | |
tree | f3b5cc858f3bba64b01cc00285e19b2ca721043b /configs/T2080RDB_defconfig | |
parent | 9e977553871d99774851d19d0915592c7e0b6955 (diff) | |
download | u-boot-2a72af59c0a2679ec6df16cf6e74cd0ec5a826ae.tar.gz |
configs: T2080RDB: enable DM_SERIAL
As the serial devices are configured in the device tree, enable
DM_SERIAL in the non-SPL T2080RDB defconfigs.
Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/T2080RDB_defconfig')
-rw-r--r-- | configs/T2080RDB_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/T2080RDB_defconfig b/configs/T2080RDB_defconfig index 8a85d4999d5..e1e963037db 100644 --- a/configs/T2080RDB_defconfig +++ b/configs/T2080RDB_defconfig @@ -106,7 +106,9 @@ CONFIG_PCIE_FSL=y CONFIG_SYS_QE_FMAN_FW_IN_NOR=y CONFIG_DM_RTC=y CONFIG_RTC_DS1307=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 |