summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2022-06-11 20:21:00 +0800
committerStefano Babic <[email protected]>2022-06-14 21:33:13 +0200
commit0a16da8079a86a566c62bfb4ec2d12bd9d6cb306 (patch)
treec5429ed8d8636a911993a81b42dd492fee5152ea /include
parentbb9e14cfd0e8adc3e8a5a5d112cd7a4ca5c39472 (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 <[email protected]> Acked-by: Frieder Schrempf <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> Tested-by: Frieder Schrempf <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kontron-sl-mx8mm.h1
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