diff options
author | Heiko Thiery <heiko.thiery@gmail.com> | 2022-02-26 10:44:21 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 15:36:17 +0200 |
commit | ff1c7961d81368c4b5aeeb9cc0ec77eeae3bf308 (patch) | |
tree | 64ea4005a36cdbceb8e4d3faae787a6afe0b39f3 /configs/imx8mn_evk_defconfig | |
parent | b8a24e07b2bc8648277cb0ca8f6fb814e1e5fdb4 (diff) | |
download | u-boot-ff1c7961d81368c4b5aeeb9cc0ec77eeae3bf308.tar.gz |
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_defconfig | 2 |
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 |