Cosmetic update to comments

This commit is contained in:
Gregory Nutt 2014-06-27 11:55:33 -06:00
parent 1db2614c2a
commit c8fd7b4670

View File

@ -121,6 +121,11 @@ int dram_main(int argc, char *argv)
for(;;); for(;;);
} }
/* No success indication.. The following cache/MMu operations will clobber
* any I/O that we attempt (Hmm.. unless, perhaps, if we delayed. But who
* wants a delay?).
*/
/* Interrupts must be disabled through the following. In this configuration, /* Interrupts must be disabled through the following. In this configuration,
* there should only be timer interrupts. Your NuttX configuration must use * there should only be timer interrupts. Your NuttX configuration must use
* CONFIG_SERIAL_LOWCONSOLE=y or printf() will hang when the interrupts * CONFIG_SERIAL_LOWCONSOLE=y or printf() will hang when the interrupts