]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc8xx/upatch.c
* Code cleanup:
[u-boot] / cpu / mpc8xx / upatch.c
index 99bdf53e27a751bf6460eea6dab5a0346e6965db..eccff645e30c1e588bbaef5a373d34e5eccf5c86 100644 (file)
@@ -33,8 +33,8 @@ void cpm_load_patch (volatile immap_t *immr)
 #endif
 
        /*
-         * Enable DPRAM microcode to execute from the first 512 bytes
-         * and a 256 byte extension of DPRAM.
+        * Enable DPRAM microcode to execute from the first 512 bytes
+        * and a 256 byte extension of DPRAM.
         */
        immr->im_cpm.cp_rccr |= 0x0001;
 }