]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/standalone/test_burst.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / examples / standalone / test_burst.c
index 7109c098ef18495ad28bbadc257b14bfbb775bb1..2b101b74e61769a1155202ee34aec1085431c584 100644 (file)
@@ -85,7 +85,7 @@ static unsigned long test_pattern [] = {
 };
 
 
-int test_burst (int argc, char *argv[])
+int test_burst (int argc, char * const argv[])
 {
        unsigned long size = CACHE_LINE_SIZE;
        unsigned int pass = 0;