aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx6ullevk.h
diff options
context:
space:
mode:
authorTom Rini2022-12-04 10:04:55 -0500
committerTom Rini2022-12-23 10:14:51 -0500
commit4db386655a889b6466d2c3f40839ad21205c6d21 (patch)
tree75b3502e67275f086c7fe4d02e1b13943f30147f /include/configs/mx6ullevk.h
parentd1c723895bfcc335bd3b674facd38b02586e6cac (diff)
global: Migrate CONFIG_MXC_UART_BASE to CFG
Perform a simple rename of CONFIG_MXC_UART_BASE to CFG_MXC_UART_BASE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx6ullevk.h')
-rw-r--r--include/configs/mx6ullevk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h
index 58d1a744ae9..2c3cd32cefa 100644
--- a/include/configs/mx6ullevk.h
+++ b/include/configs/mx6ullevk.h
@@ -16,7 +16,7 @@
#define PHYS_SDRAM_SIZE SZ_512M
-#define CONFIG_MXC_UART_BASE UART1_BASE
+#define CFG_MXC_UART_BASE UART1_BASE
/* MMC Configs */
#ifdef CONFIG_FSL_USDHC