diff options
| author | Peng Fan <[email protected]> | 2022-06-11 20:20:55 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-06-14 21:33:13 +0200 |
| commit | d35130fef8a1c6a43a76fdcc5100d5d794084e93 (patch) | |
| tree | d9c2c4bf09daded72f92edb41775f354a283f1d6 /include | |
| parent | 0e1b54247d7e3e69e0af5c4dc7a3b26acf9e8451 (diff) | |
imx: imx8m[m/n]_beacon: 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_init to make sure driver
model work.
Signed-off-by: Peng Fan <[email protected]>
Tested-by: Adam Ford <[email protected]> #imx8mm_beacon
Reviewed-by: Fabio Estevam <[email protected]>
Tested-by: Adam Ford <[email protected]> #imx8mn_beacon
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8mm_beacon.h | 2 | ||||
| -rw-r--r-- | include/configs/imx8mn_beacon.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/imx8mm_beacon.h b/include/configs/imx8mm_beacon.h index 897eac66b14..899d2ec34f9 100644 --- a/include/configs/imx8mm_beacon.h +++ b/include/configs/imx8mm_beacon.h @@ -80,6 +80,4 @@ #define PHYS_SDRAM 0x40000000 #define PHYS_SDRAM_SIZE 0x80000000 /* 2GB DDR */ -#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(2) - #endif diff --git a/include/configs/imx8mn_beacon.h b/include/configs/imx8mn_beacon.h index 99cbc1d07c8..cadad050d07 100644 --- a/include/configs/imx8mn_beacon.h +++ b/include/configs/imx8mn_beacon.h @@ -96,6 +96,4 @@ #define PHYS_SDRAM_SIZE 0x40000000 /* 1GB DDR */ #endif -#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(2) - #endif |
