diff options
author | Lily Zhang <r58066@freescale.com> | 2010-09-22 11:13:33 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2010-09-22 11:13:33 +0800 |
commit | a604722168ebf62430a9fa496915036e891519a7 (patch) | |
tree | a17874842e2a0b9c8d1e338db2f8827115c50f58 | |
parent | a8e2d7b371963585736d34c3e589b9309ddff493 (diff) | |
download | u-boot-imx-a604722168ebf62430a9fa496915036e891519a7.zip u-boot-imx-a604722168ebf62430a9fa496915036e891519a7.tar.gz u-boot-imx-a604722168ebf62430a9fa496915036e891519a7.tar.bz2 |
ENGR00131840 MX53 ARD:use serial_mxc as uart driver
Use serial_mxc as uart driver for MX53 ARD.
This change is required by ENGR00131779.
Signed-off-by: Lily Zhang <r58066@freescale.com>
-rw-r--r-- | include/configs/mx53_ard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx53_ard.h b/include/configs/mx53_ard.h index 15fe82b..17a1ba3 100644 --- a/include/configs/mx53_ard.h +++ b/include/configs/mx53_ard.h @@ -69,8 +69,8 @@ /* * Hardware drivers */ -#define CONFIG_MX53_UART 1 -#define CONFIG_MX53_UART1 1 +#define CONFIG_MXC_UART 1 +#define CONFIG_UART_BASE_ADDR UART1_BASE_ADDR /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE |