From b01a51f1f4d2de9e350e1d4f82adf05f1233051e Mon Sep 17 00:00:00 2001 From: Dietmar Eggemann Date: Tue, 15 May 2012 11:50:12 +0100 Subject: Cleanup whitespace errors. Signed-off-by: Dietmar Eggemann --- bootwrapper/big-little-mp1.mxscript | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bootwrapper/big-little-mp1.mxscript') diff --git a/bootwrapper/big-little-mp1.mxscript b/bootwrapper/big-little-mp1.mxscript index 0dbcfb0..54106cf 100644 --- a/bootwrapper/big-little-mp1.mxscript +++ b/bootwrapper/big-little-mp1.mxscript @@ -6,7 +6,7 @@ string model = ""; // e.g. string app = "/home/working_dir/bootwrapper/img.axf" string app = ""; -// Replace the string with the absolute path of the wboot.bin image created in the +// Replace the string with the absolute path of the wboot.bin image created in the // bootwrapper/big-little directory. This image is load in flash at 0x0 and distinguishes // between a warm and a cold reset string wboot = ""; @@ -16,7 +16,7 @@ int ctr = 0; // NOTE // // Uncomment the next 4 'string' variables and update them _only_ if the run is required -// to generate trace output as described in docs/04-Cache-hit-rate-howto.txt. Also, +// to generate trace output as described in docs/04-Cache-hit-rate-howto.txt. Also, // comment out the system() invocation on line 47 and uncomment the system() command on line 34. // Each 'trace' parameter is described below. @@ -44,10 +44,10 @@ string console = " -C motherboard.pl011_uart0.untimed_fifos=1 -C motherboard.pl0 string dualcluster = " -C coretile.dualclustersystemconfigurationblock.CFG_ACTIVECLUSTER=0x1"; // NOTE -// +// // _Only_ if a run is needed using an optional rootfs MMC image built using the instructions in -// docs/06-Optional-rootfs-build.txt, then comment out the system() invocation -// below (on line 47) and uncomment the following lines taking care to update +// docs/06-Optional-rootfs-build.txt, then comment out the system() invocation +// below (on line 47) and uncomment the following lines taking care to update // the paths accordingly. // string mmcimage = ""; // system(model + " -C motherboard.mmc.p_mmc_file=" + mmcimage + trace_plugin + trace_sources + trace_file + trace_misc + " -C coretile.cache_state_modelled=1" + " -a coretile.cluster0.\*=" + app + " -a coretile.cluster1.\*=" + app + " --verbose -S &"); @@ -59,7 +59,7 @@ system(model + " -C motherboard.flashloader0.fname=" + wboot + " -C coretile.cac // Wait for the model to load before connecting to it. There will be times when we // try connecting before the model has loded resulting in a "Connection refused" // error. Increasing 'ctr' or retrying should solve the problem. -while(ctr < 400000000) +while(ctr < 400000000) { ctr++; } -- cgit v1.2.3