summaryrefslogtreecommitdiffstats
path: root/doc/README.standalone
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.standalone')
-rw-r--r--doc/README.standalone2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud