summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-01-04 10:23:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-25 08:30:53 +0100
commitb6e633482c16d44f350dce0289cdc8e8ef669045 (patch)
treeaceb068f2e8da6f2d583df5b517f7d9a95b66663 /include
parentd2a58c21730738bba5288f905d6f33be14a62fb0 (diff)
downloadbarebox-b6e633482c16d44f350dce0289cdc8e8ef669045.tar.gz
barebox-b6e633482c16d44f350dce0289cdc8e8ef669045.tar.xz
remove obsolete comment
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/command.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/command.h b/include/command.h
index f103045fd4..393438d8ef 100644
--- a/include/command.h
+++ b/include/command.h
@@ -79,11 +79,6 @@ void barebox_cmd_usage(cmd_tbl_t *cmdtp);
#endif /* __ASSEMBLY__ */
-/*
- * Configurable monitor commands definitions have been moved
- * to include/cmd_confdefs.h
- */
-
#define __stringify_1(x) #x
#define __stringify(x) __stringify_1(x)