summaryrefslogtreecommitdiff
path: root/include/configs/novena.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:04:55 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:14:51 +0300
commit4db386655a889b6466d2c3f40839ad21205c6d21 (patch)
tree75b3502e67275f086c7fe4d02e1b13943f30147f /include/configs/novena.h
parentd1c723895bfcc335bd3b674facd38b02586e6cac (diff)
downloadu-boot-4db386655a889b6466d2c3f40839ad21205c6d21.tar.xz
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/novena.h')
-rw-r--r--include/configs/novena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h
index 3ffb44ab72..7243549b68 100644
--- a/include/configs/novena.h
+++ b/include/configs/novena.h
@@ -49,7 +49,7 @@
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
/* UART */
-#define CONFIG_MXC_UART_BASE UART2_BASE
+#define CFG_MXC_UART_BASE UART2_BASE
/* USB Configs */
#ifdef CONFIG_CMD_USB