diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-04-15 12:35:33 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-21 15:18:25 +0200 |
commit | ae188eb61c995c5fbc407868207770284040cba0 (patch) | |
tree | 71b04e24a06bd8285361addfd6c72c37b9798466 /configs | |
parent | 62b3d75868852318567a016bdb513d6c4dcce625 (diff) | |
download | u-boot-ae188eb61c995c5fbc407868207770284040cba0.tar.gz u-boot-ae188eb61c995c5fbc407868207770284040cba0.tar.bz2 u-boot-ae188eb61c995c5fbc407868207770284040cba0.zip |
imx: imx8mp_evk: enable CONFIG_DM_SERIAL
Enable CONFIG_DM_SERIAL. uart2 and its pinmux was already
marked with u-boot,dm-spl.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8mp_evk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig index c64b699e10..01240e543a 100644 --- a/configs/imx8mp_evk_defconfig +++ b/configs/imx8mp_evk_defconfig @@ -91,6 +91,7 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SPL_POWER_I2C=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y |