X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.standalone;h=6e6b65fe77d3d34ef44588e8badd1d9c86f7afc4;hb=1ce7084a1556d376bdbdfb93ab86a852f71c1dbe;hp=63810874936976e4d7b0c2998109f2b8ccee9623;hpb=bd7bb6f8a3278caff0ac6eeaf08b188b9bb05dfc;p=u-boot diff --git a/doc/README.standalone b/doc/README.standalone index 6381087493..6e6b65fe77 100644 --- a/doc/README.standalone +++ b/doc/README.standalone @@ -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)