[rtems commit] bsp/mpc55xx: Whitespace changes

Sebastian Huber sebh at rtems.org
Wed Jul 25 11:49:12 UTC 2012


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 19 09:08:07 2012 +0200

bsp/mpc55xx: Whitespace changes

---

 .../powerpc/mpc55xxevb/startup/start-early.c       |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-early.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-early.c
index db49778..3c49f23 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-early.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/start-early.c
@@ -107,12 +107,12 @@ static BSP_START_TEXT_SECTION void mpc55xx_start_mode_change(void)
        * FIXME: This might be optimized to reduce power consumtion.
        */
       for (i = 0; i < 8; ++i) {
-	ME_RUN_PC_32B_tag run_pc = { .R = ME.RUN_PC [i].R };
+        ME_RUN_PC_32B_tag run_pc = { .R = ME.RUN_PC [i].R };
 
-	run_pc.B.DRUN = 1;
-	run_pc.B.RUN0 = 1;
+        run_pc.B.DRUN = 1;
+        run_pc.B.RUN0 = 1;
 
-	ME.RUN_PC [i].R = run_pc.R;
+        ME.RUN_PC [i].R = run_pc.R;
       }
 
       /* Switch to RUN0 state */
@@ -120,7 +120,7 @@ static BSP_START_TEXT_SECTION void mpc55xx_start_mode_change(void)
       ME.MCTL.R = 0x40000000 | mctl_key2;
 
       while (ME.GS.B.S_MTRANS) {
-	/* Wait for mode switch to be completed */
+        /* Wait for mode switch to be completed */
       }
     #endif
   #endif
@@ -152,11 +152,11 @@ static BSP_START_TEXT_SECTION void mpc55xx_start_ebi_chip_select(void)
       size_t i = 0;
 
       for (i = 0; i < mpc55xx_start_config_ebi_cs_count [0]; ++i) {
-	 EBI.CS [i] = mpc55xx_start_config_ebi_cs [i];
+        EBI.CS [i] = mpc55xx_start_config_ebi_cs [i];
       }
 
       for (i = 0; i < mpc55xx_start_config_ebi_cal_cs_count [0]; ++i) {
-	 EBI.CAL_CS [i] = mpc55xx_start_config_ebi_cal_cs [i];
+        EBI.CAL_CS [i] = mpc55xx_start_config_ebi_cal_cs [i];
       }
     #endif
   #endif




More information about the vc mailing list