commit | 4db386655a889b6466d2c3f40839ad21205c6d21 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:04:55 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 10:14:51 2022 -0500 |
tree | 75b3502e67275f086c7fe4d02e1b13943f30147f | |
parent | d1c723895bfcc335bd3b674facd38b02586e6cac [diff] [blame] |
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>
diff --git a/include/configs/pcl063_ull.h b/include/configs/pcl063_ull.h index 0890c11..bd04268 100644 --- a/include/configs/pcl063_ull.h +++ b/include/configs/pcl063_ull.h
@@ -22,7 +22,7 @@ #define MMC_ROOTFS_PART 2 /* Console configs */ -#define CONFIG_MXC_UART_BASE UART1_BASE +#define CFG_MXC_UART_BASE UART1_BASE /* MMC Configs */