diff options
| author | Peng Fan <[email protected]> | 2022-06-11 20:20:57 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-06-14 21:33:13 +0200 |
| commit | 4ebb9a589852841c65ae68e2f3f3d160df40d55e (patch) | |
| tree | 4f8871deedf557c8fb84d8b1bba9b51ea0e4f270 /include | |
| parent | 37750505b90ab762e9305d8e49fa4a7c6a24954d (diff) | |
imx: imx8mm_icore: Enable SPL_DM_SERIAL
Enable CONFIG_SPL_DM_SERIAL. uart2 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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8mm_icore_mx8mm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/imx8mm_icore_mx8mm.h b/include/configs/imx8mm_icore_mx8mm.h index e6642936cba..a3db85004e2 100644 --- a/include/configs/imx8mm_icore_mx8mm.h +++ b/include/configs/imx8mm_icore_mx8mm.h @@ -54,9 +54,6 @@ #define PHYS_SDRAM_SIZE SZ_2G /* 2GB DDR */ #define CONFIG_SYS_BOOTM_LEN SZ_256M -/* UART */ -#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(2) - /* USDHC */ #define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |
