diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2011-06-12 01:25:16 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-07-04 10:55:27 +0200 |
commit | 876ef43d2a5df2546fc30f50469135b4b335e72d (patch) | |
tree | ae65c48b3d66e9609becec9c952f0f6766a30918 /arch/arm | |
parent | ea113823307da985e8934d413eaa47245f5b5f05 (diff) | |
download | u-boot-876ef43d2a5df2546fc30f50469135b4b335e72d.tar.gz u-boot-876ef43d2a5df2546fc30f50469135b4b335e72d.tar.xz u-boot-876ef43d2a5df2546fc30f50469135b4b335e72d.zip |
at91rm9200.h: fix ATMEL_PMX_AA_TXD2
This patch sets the ATMEL_PMX_AA_TXD2 to the correct value.
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
CC: Jens Scharsig <js_at_ng@scharsoft.de>
CC: eric@eukrea.com
Acked-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | 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 ff180146a8..f1912e2dc3 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 |