X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.standalone;h=2be5f27696fcf84fbe50b9da704e7fa160bd4bf5;hb=aed161e5fe86e75e732f22ba1f82711d8d257c5a;hp=63810874936976e4d7b0c2998109f2b8ccee9623;hpb=a81cd434b95a9884c9b4db1dbb53e9d460d36cb2;p=u-boot diff --git a/doc/README.standalone b/doc/README.standalone index 6381087493..2be5f27696 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) @@ -56,6 +56,7 @@ Design Notes on Exporting U-Boot Functions to Standalone Applications: ARM 0x0c100000 0x0c100000 MIPS 0x80200000 0x80200000 Blackfin 0x00001000 0x00001000 + NDS32 0x00300000 0x00300000 Nios II 0x02000000 0x02000000 For example, the "hello world" application may be loaded and