*/
 .globl _armboot_start
 _armboot_start:
-        .word _start
+       .word _start
 #endif
 
 /*
 
 17:            forward_copy_shift      pull=16 push=16
 
 18:            forward_copy_shift      pull=24 push=8
-
 
 #if (CONFIG_SYS_FSL_NUM_CC_PLLS == 2)
 #define HWA_CC_PLL     1
 #elif (CONFIG_SYS_FSL_NUM_CC_PLLS == 4)
-#define HWA_CC_PLL     2       
+#define HWA_CC_PLL     2
 #else
 #error CONFIG_SYS_FSL_NUM_CC_PLLS not set or unknown case
 #endif
 
 
        return x86_cpu_init_r();
 }
-
 
        }
 
        for (i = 0; led_commands[i].string; i++) {
-               if ((strcmp("all", argv[1]) == 0) || 
+               if ((strcmp("all", argv[1]) == 0) ||
                    (strcmp(led_commands[i].string, argv[1]) == 0)) {
                        if (led_commands[i].on) {
                                if (state) {
 
 baudrate    = XXXXXXXXXX
 TLB addr    = XXXXXXXXXX
 relocaddr   = 0x8ff08000
-              ^^^^^^^^^^
+             ^^^^^^^^^^
 reloc off   = XXXXXXXXXX
-irq_sp      = XXXXXXXXXX
+irq_sp     = XXXXXXXXXX
 sp start    = XXXXXXXXXX
 FB base     = XXXXXXXXXX
 
 
 'setenv hwconfig 'audclk:12;tdm'       --- error !
 'setenv hwconfig 'audclk:11;tdm'       --- error !
 'setenv hwconfig 'audclk:10'           --- error !
-
 
 #error FSL_HW_NUM_LAWS can not be greater than 32 w/o code changes
 #endif
 
-       /* 
+       /*
         * Any LAWs that were set up before we booted assume they are meant to
         * be around and mark them used.
         */
        for (i = 0; i < FSL_HW_NUM_LAWS; i++) {
                u32 lawar = in_be32(LAWAR_ADDR(i));
-               
+
                if (lawar & LAW_EN)
                        gd->used_laws |= (1 << i);
        }
 
        cmd.resp_type = MMC_RSP_R3;
        cmd.cmdarg = 0;
        cmd.flags = 0;
- 
+
        err = mmc_send_cmd(mmc, &cmd, NULL);
- 
+
        if (err)
                return err;
- 
+
        udelay(1000);
- 
+
        do {
                cmd.cmdidx = MMC_CMD_SEND_OP_COND;
                cmd.resp_type = MMC_RSP_R3;
 
        .startup        = gen10g_startup,
        .shutdown       = gen10g_shutdown,
 };
-
 
 
        return tsec_eth_init(bis, tsec_info, ARRAY_SIZE(tsec_info));
 }
-
 
 #define CONFIG_ICS307_REFCLK_HZ                25000000  /* ICS307 ref clk freq */
 
 #include "corenet_ds.h"
-
 
 #define CONFIG_ICS307_REFCLK_HZ                25000000  /* ICS307 ref clk freq */
 
 #include "corenet_ds.h"
-
 
 int fsl_pq_mdio_init(bd_t *bis, struct fsl_pq_mdio_info *info);
 
 #endif /* __FSL_PHY_H__ */
-