aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-05-05 15:43:30 +0800
committerStefano Babic <sbabic@denx.de>2022-05-20 09:30:28 +0200
commit2232d5f5b7ef1d49814686573f34624891f0c7f1 (patch)
tree9cc9a283953d2007460f217570cf4178ce40f8c2 /include
parentd003d89372b0699cff5bfbd347cb3400d981ab60 (diff)
downloadu-boot-2232d5f5b7ef1d49814686573f34624891f0c7f1.zip
u-boot-2232d5f5b7ef1d49814686573f34624891f0c7f1.tar.gz
u-boot-2232d5f5b7ef1d49814686573f34624891f0c7f1.tar.bz2
imx: imx8mm_mx8menlo: Enable 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> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8mm-mx8menlo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/imx8mm-mx8menlo.h b/include/configs/imx8mm-mx8menlo.h
index fd18316..530ecd1 100644
--- a/include/configs/imx8mm-mx8menlo.h
+++ b/include/configs/imx8mm-mx8menlo.h
@@ -30,7 +30,4 @@
"initrd_addr=0x43800000\0" \
"kernel_image=fitImage\0"
-#undef CONFIG_MXC_UART_BASE
-#define CONFIG_MXC_UART_BASE UART2_BASE_ADDR
-
#endif /* __IMX8MM_MX8MENLO_H */