diff options
author | Terry Lv <r65388@freescale.com> | 2010-09-21 15:24:04 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-09-21 15:24:44 +0800 |
commit | 359ec824c60dffdca80f42ca626fb5baf67ad20e (patch) | |
tree | 18d524ff8f1458cbbd33f4af67962c17789ecb84 /include/configs/mx31_3stack.h | |
parent | f7af4ae4bbe25f6e53fcc779458ab31c6c412596 (diff) | |
download | u-boot-imx-359ec824c60dffdca80f42ca626fb5baf67ad20e.zip u-boot-imx-359ec824c60dffdca80f42ca626fb5baf67ad20e.tar.gz u-boot-imx-359ec824c60dffdca80f42ca626fb5baf67ad20e.tar.bz2 |
ENGR00131779: Use serial_mxc as uart driver for all platforms
Use serial_mxc as uart driver for all platforms.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx31_3stack.h')
-rw-r--r-- | include/configs/mx31_3stack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx31_3stack.h b/include/configs/mx31_3stack.h index d7629b2..6a09e0a 100644 --- a/include/configs/mx31_3stack.h +++ b/include/configs/mx31_3stack.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2008-2010 Freescale Semiconductor, Inc. All Rights Reserved. * * Configuration settings for the MX31 3Stack Freescale board. * @@ -22,7 +22,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include <asm/arch/mx31-regs.h> +#include <asm/arch/mx31.h> /* High Level Configuration Options */ #define CONFIG_ARM1136 1 /* This is an arm1136 CPU core */ @@ -51,7 +51,7 @@ * Hardware drivers */ #define CONFIG_MXC_UART 1 -#define CONFIG_SYS_MX31_UART1 1 +#define CONFIG_UART_BASE_ADDR 0x43f90000 #define CONFIG_MXC_SPI 1 |