]> git.sur5r.net Git - u-boot/blobdiff - arch/blackfin/cpu/bootrom-asm-offsets.c.in
blackfin: bf60x: add resume from hibernate
[u-boot] / 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[])