Fix romdisk_register prototype. Most ROMFS images actually lie in RAM. If moved to FLASH with const storage class, then changes are required to avoid warnings

This commit is contained in:
Gregory Nutt
2016-01-20 13:04:07 -06:00
parent 2bd27c856c
commit 3a59eb4340
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -393,6 +393,9 @@ mkromfsimg.sh
image. It accepts an rcS script "template" and generates and image that
may be mounted under /etc in the NuttX pseudo file system.
TIP: Edit the resulting header file and mark the generated data values
as 'const' so that they will be stored in FLASH.
mkdeps.c
cnvwindeps.c
mkwindeps.sh