diff options
| author | Peng Fan <[email protected]> | 2022-06-11 20:20:59 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-06-14 21:33:13 +0200 |
| commit | bb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472 (patch) | |
| tree | 341d1aaed9b61fbfa31c0cb14ab2952af6d1f128 /include | |
| parent | 64d118b27f96aed81c2922e20d2b5db9e32a465f (diff) | |
imx: imx8mn_var_som: enable DM_SERIAL
Enable CONFIG_DM_SERIAL. uart and its pinmux was already
marked with u-boot,dm-spl.
Move preloader_console_init after spl_init to make sure driver
model work.
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Ariel D'Alessandro <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8mn_var_som.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx8mn_var_som.h b/include/configs/imx8mn_var_som.h index ce679098e5c..ccf83128f28 100644 --- a/include/configs/imx8mn_var_som.h +++ b/include/configs/imx8mn_var_som.h @@ -53,8 +53,6 @@ #define PHYS_SDRAM 0x40000000 #define PHYS_SDRAM_SIZE SZ_1G /* 1GB DDR */ -#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(4) - /* USDHC */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |
