commit | a17aa19db6279bcca80eb8a96b2995e1e7ce29d3 | [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 | e57a31d1a40d30fc6d8b54e27b7bc13f969087dd [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/dh_imx6.h b/include/configs/dh_imx6.h index 6aef15c..348be5a 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h
@@ -28,7 +28,7 @@ #define CFG_SYS_FSL_USDHC_NUM 3 /* UART */ -#define CONFIG_MXC_UART_BASE UART1_BASE +#define CFG_MXC_UART_BASE UART1_BASE /* USB Configs */ #ifdef CONFIG_CMD_USB