summaryrefslogtreecommitdiff
path: root/configs/imx8mn_evk_defconfig
diff options
context:
space:
mode:
authorHeiko Thiery <heiko.thiery@gmail.com>2022-02-26 12:44:21 +0300
committerStefano Babic <sbabic@denx.de>2022-04-12 16:36:17 +0300
commitff1c7961d81368c4b5aeeb9cc0ec77eeae3bf308 (patch)
tree64ea4005a36cdbceb8e4d3faae787a6afe0b39f3 /configs/imx8mn_evk_defconfig
parentb8a24e07b2bc8648277cb0ca8f6fb814e1e5fdb4 (diff)
downloadu-boot-ff1c7961d81368c4b5aeeb9cc0ec77eeae3bf308.tar.xz
ARM: imx: imx8mn-evk: enable DM_SERIAL
U-Boot complains that CONFIG_SERIAL is not converted to CONFIG_DM_SERIAL and gives a deadline before possibly removing the board. Migrate to DM_SERIAL to fulfill the request. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/imx8mn_evk_defconfig')
-rw-r--r--configs/imx8mn_evk_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8mn_evk_defconfig b/configs/imx8mn_evk_defconfig
index 7749ebe537..b2981d1e36 100644
--- a/configs/imx8mn_evk_defconfig
+++ b/configs/imx8mn_evk_defconfig
@@ -83,6 +83,8 @@ CONFIG_DM_REGULATOR=y
CONFIG_SPL_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
+# CONFIG_SPL_DM_SERIAL is not set
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y