summaryrefslogtreecommitdiffstats
path: root/include/configs/imx31_phycore.h
diff options
context:
space:
mode:
authorIlya Yanok <yanok@emcraft.com>2009-06-08 04:12:46 +0400
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-21 16:18:13 +0200
commit47d19da4d3f9ac4787abe9dee32406478424be52 (patch)
treef2d0519baf74499304dbf00dfa2c996d6b3a6413 /include/configs/imx31_phycore.h
parent1dc4da749dbde27ec862f5b65703e8e4541fbba3 (diff)
downloadtalos-obmc-uboot-47d19da4d3f9ac4787abe9dee32406478424be52.tar.gz
talos-obmc-uboot-47d19da4d3f9ac4787abe9dee32406478424be52.zip
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 <yanok@emcraft.com>
Diffstat (limited to 'include/configs/imx31_phycore.h')
-rw-r--r--include/configs/imx31_phycore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h
index cbc0b9259a..cb42a7cc96 100644
--- a/include/configs/imx31_phycore.h
+++ b/include/configs/imx31_phycore.h
@@ -64,7 +64,7 @@
#define CONFIG_SYS_I2C_SPEED 100000
#define CONFIG_SYS_I2C_SLAVE 0xfe
-#define CONFIG_MX31_UART 1
+#define CONFIG_MXC_UART 1
#define CONFIG_SYS_MX31_UART1 1
/* allow to overwrite serial and ethaddr */
OpenPOWER on IntegriCloud