2007-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/mpc5200.h: Fix typo.
This commit is contained in:
Joel Sherrill
2007-10-31 14:28:19 +00:00
parent 84f86cb20f
commit fa4e67c838
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/mpc5200.h: Fix typo.
2007-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/mpc5200.h: Fix constants off by one nibble.

View File

@@ -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