mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
eab4cf5d64
commit
6d249769c5
1 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,9 @@ CONFIG_SYS_QE_FW_ADDR=0xEFE00000
|
||||||
CONFIG_SYS_QE_FMAN_FW_IN_NOR=y
|
CONFIG_SYS_QE_FMAN_FW_IN_NOR=y
|
||||||
CONFIG_DM_RTC=y
|
CONFIG_DM_RTC=y
|
||||||
CONFIG_RTC_DS1337=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_SPI=y
|
||||||
CONFIG_DM_SPI=y
|
CONFIG_DM_SPI=y
|
||||||
CONFIG_FSL_ESPI=y
|
CONFIG_FSL_ESPI=y
|
||||||
|
|
Loading…
Reference in a new issue