[U-Boot] [PATCH v2 1/3] at91_emac.h: fix typo in register definition

Andreas Bießmann andreas.devel at googlemail.com
Tue Sep 7 19:10:32 CEST 2010


Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>
Acked-by: Jens Scharsig <js_at_ng at scharsoft.de>
---
v2: 
 Acked-by: Jens Scharsig see http://article.gmane.org/gmane.comp.boot-loaders.u-boot/83624
 additionally add this patch to a series of other patches related to atmel_emac driver

 arch/arm/include/asm/arch-at91/at91_emac.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/arch-at91/at91_emac.h b/arch/arm/include/asm/arch-at91/at91_emac.h
index 45ae333..0e2ff78 100644
--- a/arch/arm/include/asm/arch-at91/at91_emac.h
+++ b/arch/arm/include/asm/arch-at91/at91_emac.h
@@ -61,7 +61,7 @@ typedef struct at91_emac {
 	u32	 reserved2[3];
 	u32	 hsh;
 	u32	 hsl;
-	u32	 sh1l;
+	u32	 sa1l;
 	u32	 sa1h;
 	u32	 sa2l;
 	u32	 sa2h;
-- 
1.7.2.3



More information about the U-Boot mailing list