aboutsummaryrefslogtreecommitdiff
path: root/include/configs/aristainetos2.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-06-11 20:20:54 +0800
committerStefano Babic <sbabic@denx.de>2022-06-14 21:33:13 +0200
commit0e1b54247d7e3e69e0af5c4dc7a3b26acf9e8451 (patch)
tree84e589873a1f11070d603506d46d8825fdd251e0 /include/configs/aristainetos2.h
parenta87a6fcd20c0e29fe55bfbb6917c4aa1f1bbce74 (diff)
downloadu-boot-0e1b54247d7e3e69e0af5c4dc7a3b26acf9e8451.zip
u-boot-0e1b54247d7e3e69e0af5c4dc7a3b26acf9e8451.tar.gz
u-boot-0e1b54247d7e3e69e0af5c4dc7a3b26acf9e8451.tar.bz2
imx: drop CONFIG_MXC_UART_BASE
Since these boards has CONFIG_DM_SERIAL and/or CONFIG_SPL_DM_SERIAL, the legacy macro no need to be defined. Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Soeren Moch <smoch@web.de> Acked-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/aristainetos2.h')
-rw-r--r--include/configs/aristainetos2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h
index 026775d..de4f440 100644
--- a/include/configs/aristainetos2.h
+++ b/include/configs/aristainetos2.h
@@ -14,10 +14,8 @@
#define CONFIG_HOSTNAME "aristainetos2"
#if (CONFIG_SYS_BOARD_VERSION == 5)
-#define CONFIG_MXC_UART_BASE UART2_BASE
#define CONSOLE_DEV "ttymxc1"
#elif (CONFIG_SYS_BOARD_VERSION == 6)
-#define CONFIG_MXC_UART_BASE UART1_BASE
#define CONSOLE_DEV "ttymxc0"
#endif