summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-02-15 11:48:49 -0300
committerStefano Babic <sbabic@denx.de>2023-03-29 22:27:38 +0200
commit5f012523c2912c2aa42bf09fa4c0453f71daffeb (patch)
tree837b6bb79ed3860ca3dcc20d8e849fe5a2823bf7
parentca038fc0339c02c8a0b455b5d5f533928b284757 (diff)
downloadu-boot-5f012523c2912c2aa42bf09fa4c0453f71daffeb.tar.gz
u-boot-5f012523c2912c2aa42bf09fa4c0453f71daffeb.tar.bz2
u-boot-5f012523c2912c2aa42bf09fa4c0453f71daffeb.zip
mx51evk: Add DM_SERIAL support
The conversion to DM_SERIAL is mandatory, so add support for it. Signed-off-by: Fabio Estevam <festevam@denx.de>
-rw-r--r--configs/mx51evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig
index b173648c8e..832f718410 100644
--- a/configs/mx51evk_defconfig
+++ b/configs/mx51evk_defconfig
@@ -57,6 +57,7 @@ CONFIG_DM_REGULATOR_GPIO=y
CONFIG_POWER_FSL=y
CONFIG_POWER_SPI=y
CONFIG_RTC_MC13XXX=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_SPI=y
CONFIG_MXC_SPI=y