X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2FREADME.standalone;h=874ca2f7c66a15bdd830c2ef64425a3920433ef0;hb=1fa6305fd605635781b66abd5c6170ee29624743;hp=659a12f6cb70b05cccf1110bddd365cdf31363e8;hpb=37ffffb98d78c46c840fa6e3c835d915c4247827;p=oweals%2Fu-boot.git diff --git a/doc/README.standalone b/doc/README.standalone index 659a12f6cb..874ca2f7c6 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 * const argv[]) + int my_app (int argc, char *const argv[]) { app_startup (argv); if (get_version () != XF_VERSION) @@ -58,6 +58,7 @@ Design Notes on Exporting U-Boot Functions to Standalone Applications: Blackfin 0x00001000 0x00001000 NDS32 0x00300000 0x00300000 Nios II 0x02000000 0x02000000 + RISC-V 0x00600000 0x00600000 For example, the "hello world" application may be loaded and executed on a PowerPC board with the following commands: