summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-07-12 00:09:01 +0300
committerStefano Babic <sbabic@denx.de>2023-07-13 12:29:41 +0300
commit68bad63ee0e4ec532d698c775da599c9b260cbef (patch)
treea2be7fd48a2eb958c9811b43c0d948c463431767 /configs
parent214a986f132d749532fa15835498e1a6b723e191 (diff)
downloadu-boot-68bad63ee0e4ec532d698c775da599c9b260cbef.tar.xz
mx28evk: Convert to CONFIG_DM_SERIAL
The conversion to CONFIG_DM_SERIAL is mandatory, so select this option. Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx28evk_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx28evk_defconfig b/configs/mx28evk_defconfig
index dad8839a6c..df0cceaea7 100644
--- a/configs/mx28evk_defconfig
+++ b/configs/mx28evk_defconfig
@@ -62,6 +62,6 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_RTC_MXS=y
-CONFIG_CONS_INDEX=0
+CONFIG_DM_SERIAL=y
CONFIG_SPI=y
CONFIG_USB=y