diff options
author | Peng Fan | 2022-06-11 20:21:00 +0800 |
---|---|---|
committer | Stefano Babic | 2022-06-14 21:33:13 +0200 |
commit | 0a16da8079a86a566c62bfb4ec2d12bd9d6cb306 (patch) | |
tree | c5429ed8d8636a911993a81b42dd492fee5152ea /include | |
parent | bb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472 (diff) |
imx: kontron-sl-mx8mm: 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 <peng.fan@nxp.com>
Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/kontron-sl-mx8mm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kontron-sl-mx8mm.h b/include/configs/kontron-sl-mx8mm.h index 95b836c5470..c4be62c3721 100644 --- a/include/configs/kontron-sl-mx8mm.h +++ b/include/configs/kontron-sl-mx8mm.h @@ -23,7 +23,6 @@ #define CONFIG_SYS_INIT_RAM_SIZE 0x200000 /* Board and environment settings */ -#define CONFIG_MXC_UART_BASE UART_BASE_ADDR(3) #define CONFIG_HOSTNAME "kontron-mx8mm" #ifdef CONFIG_USB_EHCI_HCD |