Cosmetic updates

This commit is contained in:
Gregory Nutt 2016-01-22 17:21:00 -06:00
parent 07f931fa57
commit d8cff2ab49

View File

@ -1020,7 +1020,7 @@ mount -t vfat /dev/ram1 /tmp
<li>The configuration settings then installed configuration.
<li>The <code>genromfs</code> tool (available from <a href="http://romfs.sourceforge.net">http://romfs.sourceforge.net</a>).
<li>The file <code>apps/nshlib/rcS.template</code>
(OR, if <code>CONFIG_NSH_ARCHROMFS</code> is defined <code>include/arch/board/rcs.template</code>.
(OR, if <code>CONFIG_NSH_ARCHROMFS</code> is defined <code>include/arch/board/rcs.template</code>.
</ul>
</p>
</li>
@ -5036,6 +5036,11 @@ genromfs -f romfs_img -d etc -V MyVolName
xxd -i romfs_img >nsh_romfsimg.h
</pre></ul>
</li>
<li>
<p>
Edit <code>nsh_romfsimg.h</code>: Mark both data definitions as <code>const</code> so that the data will be stored in FLASH.
</p>
</li>
<li>
<p>
Edit nsh_romfsimg.h, mark both data definitions as <code>const</code> so that that will be stored in FLASH.