diff options
author | Tom Rini | 2022-12-04 10:04:55 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:14:51 -0500 |
commit | 4db386655a889b6466d2c3f40839ad21205c6d21 (patch) | |
tree | 75b3502e67275f086c7fe4d02e1b13943f30147f /include/configs/cm_fx6.h | |
parent | d1c723895bfcc335bd3b674facd38b02586e6cac (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/cm_fx6.h')
-rw-r--r-- | include/configs/cm_fx6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 47b76c9371e..90ebec4a94c 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -26,7 +26,7 @@ #define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE /* Serial console */ -#define CONFIG_MXC_UART_BASE UART4_BASE +#define CFG_MXC_UART_BASE UART4_BASE /* Environment */ |