Coding Style cleanup.
This commit is contained in:
parent
3231ea64f4
commit
fcfed4f2f2
|
|
@ -250,4 +250,3 @@ void hw_watchdog_reset(void)
|
||||||
{
|
{
|
||||||
/* TODO fill this in */
|
/* TODO fill this in */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
NAND FLASH commands and notes
|
NAND FLASH commands and notes
|
||||||
|
|
||||||
|
|
||||||
See NOTE below!!!
|
See NOTE below!!!
|
||||||
|
|
||||||
|
|
||||||
# (C) Copyright 2003
|
# (C) Copyright 2003
|
||||||
# Dave Ellis, SIXNET, dge@sixnetio.com
|
# Dave Ellis, SIXNET, dge@sixnetio.com
|
||||||
#
|
#
|
||||||
|
|
@ -209,7 +207,6 @@ the tree until the DoC is ported to use the new NAND support (or boards
|
||||||
with DoC will break).
|
with DoC will break).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Additional improvements to the NAND subsystem by Guido Classen, 10-10-2006
|
Additional improvements to the NAND subsystem by Guido Classen, 10-10-2006
|
||||||
|
|
||||||
JFFS2 related commands:
|
JFFS2 related commands:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue