Author: juhosg Date: 2016-03-21 14:15:05 +0100 (Mon, 21 Mar 2016) New Revision: 49055
Modified: trunk/target/linux/generic/image/lzma-loader/src/start.S Log: generic: lzma-loader: remove trailing whitespaces from start.S Signed-off-by: Gabor Juhos <[email protected]> Modified: trunk/target/linux/generic/image/lzma-loader/src/start.S =================================================================== --- trunk/target/linux/generic/image/lzma-loader/src/start.S 2016-03-20 18:48:59 UTC (rev 49054) +++ trunk/target/linux/generic/image/lzma-loader/src/start.S 2016-03-21 13:15:05 UTC (rev 49055) @@ -30,7 +30,7 @@ #define Index_Writeback_Inv_D 0x01 LEAF(_start) - + .set mips32 .set noreorder @@ -39,7 +39,7 @@ move t5, a1 move t6, a2 move t7, a3 - + /* set up stack */ li sp, RAMSTART + RAMSIZE - 16 @@ -100,10 +100,10 @@ 1: cache Index_Writeback_Inv_D,0(t0) bne t0,t1,1b addu t0,s1 - + nodc: /* Now we get to do it all again for the I$ */ - + move s3,zero /* just in case there is no icache */ move s4,zero _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
