]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/blackfin/cpu/bootrom-asm-offsets.c.in
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / blackfin / cpu / bootrom-asm-offsets.c.in
index 3146e46674f5407e587be0b5313e0f1bb42d8c11..64c2f24120c6e32a25a610f77761b32097c0e5aa 100644 (file)
@@ -9,4 +9,4 @@
 #define _DEFINE(sym, val) asm volatile("\n->" #sym " %0 " #val : : "i" (val))
 #define DEFINE(s, m) _DEFINE(offset_##s##_##m, offsetof(s, m))
 
-int main(int argc, char *argv[])
+int main(int argc, char * const argv[])