Make sure that argv[] argument pointers are not modified.
[kernel/u-boot.git] / examples / standalone / atmel_df_pow2.c
index db0cd69..b5b4503 100644 (file)
@@ -114,7 +114,7 @@ static char *getline(void)
        }
 }
 
-int atmel_df_pow2(int argc, char *argv[])
+int atmel_df_pow2(int argc, char * const argv[])
 {
        /* Print the ABI version */
        app_startup(argv);