aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-04-15 12:35:34 +0800
committerStefano Babic <sbabic@denx.de>2022-04-21 15:18:25 +0200
commitbf6e0b9fd2c09e2a62c146296164960bec50bc3f (patch)
tree5028bff8a0d71e810f209d16fc77efd5e5304688 /configs
parentae188eb61c995c5fbc407868207770284040cba0 (diff)
downloadu-boot-bf6e0b9fd2c09e2a62c146296164960bec50bc3f.zip
u-boot-bf6e0b9fd2c09e2a62c146296164960bec50bc3f.tar.gz
u-boot-bf6e0b9fd2c09e2a62c146296164960bec50bc3f.tar.bz2
imx: imx8mm_evk: enable CONFIG_DM_SERIAL
Enable CONFIG_DM_SERIAL. uart2 and its pinmux was already marked with u-boot,dm-spl. move the preloader_console_init() call after spl_early_init() to avoid board hang Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mm_evk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig
index 36bf17d..9ee157c 100644
--- a/configs/imx8mm_evk_defconfig
+++ b/configs/imx8mm_evk_defconfig
@@ -79,6 +79,7 @@ CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_PWM=y
+CONFIG_DM_SERIAL=y
CONFIG_PWM_IMX=y
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y