]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
at91_emac.h: fix typo in register definition
authorAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 7 Sep 2010 17:10:32 +0000 (19:10 +0200)
committerReinhard Meyer <u-boot@emk-elektronik.de>
Tue, 5 Oct 2010 14:58:56 +0000 (16:58 +0200)
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Jens Scharsig <js_at_ng@scharsoft.de>
arch/arm/include/asm/arch-at91/at91_emac.h

index 45ae33311e1470669db4f234ca50238fbf4db107..0e2ff78f421e7c86a3af67768e830d6d59c24754 100644 (file)
@@ -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;