From fa4e67c838e9e91d979099b784ef2b5c4157a79a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 31 Oct 2007 14:28:19 +0000 Subject: [PATCH] 2007-10-31 Joel Sherrill * include/mpc5200.h: Fix typo. --- c/src/lib/libbsp/powerpc/gen5200/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog index d2c0fe11cd..00dfae67a4 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog @@ -1,3 +1,7 @@ +2007-10-31 Joel Sherrill + + * include/mpc5200.h: Fix typo. + 2007-10-30 Joel Sherrill * include/mpc5200.h: Fix constants off by one nibble. diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h b/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h index c3f970da8d..e7aa251c91 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h +++ b/c/src/lib/libbsp/powerpc/gen5200/include/mpc5200.h @@ -578,7 +578,7 @@ typedef struct mpc5200_ #define GPIO_SIST_SINT_2_PSC3_8_PIN_STATUS 0x04000000 #define GPIO_SIST_SINT_1_PSC3_5_PIN_STATUS 0x02000000 #define GPIO_SIST_SINT_0_PSC3_4_PIN_STATUS 0x01000000 - #define GPIO_SIST_SINT_7_ETH_16_PIN_VALUE 0x008000000 + #define GPIO_SIST_SINT_7_ETH_16_PIN_VALUE 0x00800000 #define GPIO_SIST_SINT_6_ETH_15_PIN_VALUE 0x00400000 #define GPIO_SIST_SINT_5_ETH_14_PIN_VALUE 0x00200000 #define GPIO_SIST_SINT_4_ETH_13_PIN_VALUE 0x00100000