[U-Boot] [PATCH v2] at91rm9200.h: fix ATMEL_PMX_AA_TXD2

Andreas Bießmann andreas.devel at googlemail.com
Sun Jun 12 13:25:16 CEST 2011


This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.

Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>
CC: Jens Scharsig <js_at_ng at scharsoft.de>
CC: eric at eukrea.com
---
changes since v1:
 - fix typo in commit message

 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 ff18014..f1912e2 100644
--- a/arch/arm/include/asm/arch-at91/at91rm9200.h
+++ b/arch/arm/include/asm/arch-at91/at91rm9200.h
@@ -99,7 +99,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



More information about the U-Boot mailing list