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:
0601514
)
cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
author
Peter Tyser
<ptyser@xes-inc.com>
Wed, 11 Nov 2009 16:36:19 +0000
(10:36 -0600)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 2 Dec 2009 22:22:26 +0000
(23:22 +0100)
cmd_license is already conditionally compiled at the Makefile-level.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/cmd_license.c
patch
|
blob
|
history
diff --git
a/common/cmd_license.c
b/common/cmd_license.c
index 141215b3a58f2bec90629cd2d3712e7f296e2fa0..c6f272ad34aa0429fd4a7d917d3aec0ed0638def 100644
(file)
--- a/
common/cmd_license.c
+++ b/
common/cmd_license.c
@@
-23,8
+23,6
@@
#include <common.h>
-#if defined(CONFIG_CMD_LICENSE)
-
/* COPYING is currently 15951 bytes in size */
#define LICENSE_MAX 20480
@@
-56,5
+54,3
@@
U_BOOT_CMD(license, 1, 1, do_license,
"print GPL license text",
""
);
-
-#endif /* CONFIG_CMD_LICENSE */