commit | ff1c7961d81368c4b5aeeb9cc0ec77eeae3bf308 | [log] [tgz] |
---|---|---|
author | Heiko Thiery <heiko.thiery@gmail.com> | Sat Feb 26 10:44:21 2022 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 15:36:17 2022 +0200 |
tree | 64ea4005a36cdbceb8e4d3faae787a6afe0b39f3 | |
parent | b8a24e07b2bc8648277cb0ca8f6fb814e1e5fdb4 [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 <heiko.thiery@gmail.com> Reviewed-by: Fabio Estevam <festevam@denx.de>