X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fblackfin%2Fcpu%2Fbootrom-asm-offsets.c.in;h=64c2f24120c6e32a25a610f77761b32097c0e5aa;hb=9faf4f08e752ca95d0986a200d48b67b59cde5ef;hp=3146e46674f5407e587be0b5313e0f1bb42d8c11;hpb=c6fb83d21729321426308c3acff2a3dfb20d250b;p=u-boot diff --git a/arch/blackfin/cpu/bootrom-asm-offsets.c.in b/arch/blackfin/cpu/bootrom-asm-offsets.c.in index 3146e46674..64c2f24120 100644 --- a/arch/blackfin/cpu/bootrom-asm-offsets.c.in +++ b/arch/blackfin/cpu/bootrom-asm-offsets.c.in @@ -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[])