[rtems commit] mpc55xxevb: Fix compilation in start-config-siu-pcr.c

Joel Sherrill joel at rtems.org
Thu Sep 6 14:36:24 UTC 2012


Module:    rtems
Branch:    master
Commit:    3850af951159ec0d6136f9504fb823184ad0488e
Changeset: http://git.rtems.org/rtems/commit/?id=3850af951159ec0d6136f9504fb823184ad0488e

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Sep  6 09:40:17 2012 -0500

mpc55xxevb: Fix compilation in start-config-siu-pcr.c

---

 .../mpc55xxevb/startup/start-config-siu-pcr.c      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c
index fe4033c..16de9ce 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-config-siu-pcr.c
@@ -83,8 +83,8 @@ BSP_START_TEXT_SECTION const mpc55xx_siu_pcr_config
   {116, 2, 0, {.B.PA = 0,.B.OBE = 1,.B.WPE = 0}}, /* PH[ 4.. 5] FR/HC_TERM    out*/
   {118, 1, 0, {.B.PA = 2,.B.OBE = 1,.B.WPE = 0}}, /* PH[ 6.. 6] LIN_Tx        out*/
   {119, 1, 0, {.B.PA = 2,.B.IBE = 1,.B.WPE = 0}}, /* PH[ 7.. 7] LIN_Rx        in */
-  {120, 1, 0, {.B.PA = 0,.B.OBE = 1,.B.WPE = 0}} /* PH[ 8..11] LIN_SLP,RST   out*/
-  {121, 2, 1, {.B.PA = 0,.B.OBE = 1,.B.WPE = 0}} /* PH[ 8..11] LIN_SLP,RST   out*/
+  {120, 1, 0, {.B.PA = 0,.B.OBE = 1,.B.WPE = 0}}, /* PH[ 8..11] LIN_SLP,RST   out*/
+  {121, 2, 1, {.B.PA = 0,.B.OBE = 1,.B.WPE = 0}}, /* PH[ 8..11] LIN_SLP,RST   out*/
   {120, 1, 0, {.B.PA = 0,.B.OBE = 1,.B.WPE = 0}} /* PH[ 8..11] LIN_SLP,RST   out*/
 #elif defined(MPC55XX_BOARD_PHYCORE_MPC5554)
   {  0, 4, 0, {.B.PA = 1,          .B.DSC = 1,.B.WPE=1,.B.WPS=1}}, /* !CS  [0:3]    */




More information about the vc mailing list