aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan2022-06-11 20:20:56 +0800
committerStefano Babic2022-06-14 21:33:13 +0200
commit37750505b90ab762e9305d8e49fa4a7c6a24954d (patch)
treee5f8ec97e12c7b8fb3c629113b148e075afc06a0 /include
parentd35130fef8a1c6a43a76fdcc5100d5d794084e93 (diff)
imx: imx8mm-cl-iot-gate: Enable DM_SERIAL
Enable CONFIG_DM_SERIAL. uart3 and its pinmux was already marked with u-boot,dm-spl. Move preloader_console_init after spl_early_init to make sure driver model work. 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-cl-iot-gate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx8mm-cl-iot-gate.h b/include/configs/imx8mm-cl-iot-gate.h
index 297d56b427f..fc738ed410e 100644
--- a/include/configs/imx8mm-cl-iot-gate.h
+++ b/include/configs/imx8mm-cl-iot-gate.h
@@ -134,8 +134,6 @@
#define PHYS_SDRAM 0x40000000
#define PHYS_SDRAM_SIZE 0x80000000 /* 2GB DDR */
-#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(3)
-
/* USDHC */
#define CONFIG_SYS_FSL_USDHC_NUM 2