From 47d19da4d3f9ac4787abe9dee32406478424be52 Mon Sep 17 00:00:00 2001 From: Ilya Yanok Date: Mon, 8 Jun 2009 04:12:46 +0400 Subject: serial_mx31: allow it to work with mx27 too and rename to serial_mxc UART hardware on i.MX27 is the same as on the i.MX31 so we just need to provide the driver with correct address of the registers. Signed-off-by: Ilya Yanok --- include/configs/mx31ads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/mx31ads.h') diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index c31c06acc..363ea1ba1 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -57,7 +57,7 @@ * Hardware drivers */ -#define CONFIG_MX31_UART 1 +#define CONFIG_MXC_UART 1 #define CONFIG_SYS_MX31_UART1 1 #define CONFIG_HARD_SPI 1 -- cgit v1.2.3