]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - doc/README.standalone
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / doc / README.standalone
index 63810874936976e4d7b0c2998109f2b8ccee9623..6e6b65fe77d3d34ef44588e8badd1d9c86f7afc4 100644 (file)
@@ -40,7 +40,7 @@ Design Notes on Exporting U-Boot Functions to Standalone Applications:
    that returns the ABI version of the running U-Boot. I.e., a
    typical application startup may look like this:
 
-       int my_app (int argc, char *argv[])
+       int my_app (int argc, char * const argv[])
        {
                app_startup (argv);
                if (get_version () != XF_VERSION)