summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2009-12-21 09:04:04 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-21 15:25:04 +0100
commit057125d9b5c0a397ce514a583bfe730279ced8b4 (patch)
tree61f8a4935eec3dabd0d06d49ccbeeb6c7e4ac83b /lib
parentcbba91e07a535567c89c46319a5b30a3666729c0 (diff)
downloadbarebox-057125d9b5c0a397ce514a583bfe730279ced8b4.tar.gz
barebox-057125d9b5c0a397ce514a583bfe730279ced8b4.tar.xz
Remove obsolete comment referring to CFG_CMD_JFFS2.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc32.c b/lib/crc32.c
index 2ed2df04c2..be35366fb6 100644
--- a/lib/crc32.c
+++ b/lib/crc32.c
@@ -9,7 +9,7 @@
*/
#ifdef __BAREBOX__ /* Shut down "ANSI does not permit..." warnings */
-#include <common.h> /* to get command definitions like CFG_CMD_JFFS2 */
+#include <common.h>
#endif
#ifdef CONFIG_DYNAMIC_CRC_TABLE