projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650632f
)
common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
author
Markus Heidelberg
<markus.heidelberg@web.de>
Tue, 9 Sep 2008 16:51:05 +0000
(18:51 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 9 Sep 2008 21:35:53 +0000
(23:35 +0200)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
common/cmd_mem.c
patch
|
blob
|
history
diff --git
a/common/cmd_mem.c
b/common/cmd_mem.c
index 4766c2460014d2d530c64503fa9aa078f8151988..d0a6ca83047ec8586399454367cce9d1c3c5ab06 100644
(file)
--- a/
common/cmd_mem.c
+++ b/
common/cmd_mem.c
@@
-1227,7
+1227,6
@@
int do_unzip ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
/**************************************************/
-#if defined(CONFIG_CMD_MEMORY)
U_BOOT_CMD(
md, 3, 1, do_mem_md,
"md - memory display\n",
@@
-1338,4
+1337,3
@@
U_BOOT_CMD(
#endif /* CONFIG_CMD_UNZIP */
#endif
-#endif