summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Thiery <[email protected]>2022-02-26 10:44:21 +0100
committerStefano Babic <[email protected]>2022-04-12 15:36:17 +0200
commitff1c7961d81368c4b5aeeb9cc0ec77eeae3bf308 (patch)
tree64ea4005a36cdbceb8e4d3faae787a6afe0b39f3
parentb8a24e07b2bc8648277cb0ca8f6fb814e1e5fdb4 (diff)
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 <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
-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 7749ebe537e..b2981d1e369 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