9
0
Fork 0

remove obsolete comment

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-01-04 10:23:17 +01:00
parent d2a58c2173
commit b6e633482c
1 changed files with 0 additions and 5 deletions

View File

@ -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)