diff options
Diffstat (limited to 'include/configs/qong.h')
-rw-r--r-- | include/configs/qong.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/qong.h b/include/configs/qong.h index 3346802d13..3e36bb0788 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -49,8 +49,8 @@ * Hardware drivers */ -#define CONFIG_MXC_UART 1 -#define CONFIG_SYS_MX31_UART1 1 +#define CONFIG_MXC_UART +#define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_MXC_GPIO #define CONFIG_HW_WATCHDOG |