commit | efc2ab69f8e1a4b1d6bcc7c7eeaba6f3bf896028 | [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 | ea0209fcab807a80de36c5a9b9fac729f66f7f29 [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>