From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Sun, 12 Jun 2011 12:00:09 +0200 Subject: [U-Boot] [PATCH] at91rm9200.h: fix ATMEL_PMX_AA_TXD2 Message-ID: <1307872809-32070-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch sets the ATMEL_PMX_AA_TXD2 tzo the correct value. Signed-off-by: Andreas Bie?mann CC: Jens Scharsig CC: eric at eukrea.com --- arch/arm/include/asm/arch-at91/at91rm9200.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91rm9200.h b/arch/arm/include/asm/arch-at91/at91rm9200.h index 8b27756..e09d145 100644 --- a/arch/arm/include/asm/arch-at91/at91rm9200.h +++ b/arch/arm/include/asm/arch-at91/at91rm9200.h @@ -104,7 +104,7 @@ #define ATMEL_PMX_AA_EMDC 0x00008000 #define ATMEL_PMX_AA_EMDIO 0x00010000 -#define ATMEL_PMX_AA_TXD2 0x00810000 +#define ATMEL_PMX_AA_TXD2 0x00800000 #define ATMEL_PMX_AA_TWD 0x02000000 #define ATMEL_PMX_AA_TWCK 0x04000000 -- 1.7.5.4