提交 d5fd0b49 编写于 作者: M Mike Frysinger 提交者: Wolfgang Denk

strings cmd: drop old CONFIG_CFG_STRINGS define

We don't need CONFIG_CFG_STRINGS anymore now that we have the define
CONFIG_CMD_STRINGS and Makefile control.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 fecb5ade
......@@ -10,8 +10,6 @@
#include <common.h>
#include <command.h>
#ifdef CONFIG_CFG_STRINGS
static char *start_addr, *last_addr;
int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
......@@ -45,5 +43,3 @@ U_BOOT_CMD(strings, 3, 1, do_strings,
"strings - display strings\n",
"<addr> [byte count]\n"
" - display strings at <addr> for at least [byte count] or first double NUL\n");
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册