mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-07 00:09:32 +08:00
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: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
fecb5ade3b
commit
d5fd0b4921
@@ -10,8 +10,6 @@
|
|||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
|
|
||||||
#ifdef CONFIG_CFG_STRINGS
|
|
||||||
|
|
||||||
static char *start_addr, *last_addr;
|
static char *start_addr, *last_addr;
|
||||||
|
|
||||||
int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
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",
|
"strings - display strings\n",
|
||||||
"<addr> [byte count]\n"
|
"<addr> [byte count]\n"
|
||||||
" - display strings at <addr> for at least [byte count] or first double NUL\n");
|
" - display strings at <addr> for at least [byte count] or first double NUL\n");
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user