summaryrefslogtreecommitdiffstats
path: root/common/cmd_license.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-11-11 10:36:19 -0600
committerWolfgang Denk <wd@denx.de>2009-12-02 23:22:26 +0100
commita5dd4dc64fe68e549c5ffcf6a048281b5ba94752 (patch)
tree3caa1b499c43b6bc33ce23bf28a3544969f050fd /common/cmd_license.c
parent06015146a15adc7455440c491d543f6a8091551d (diff)
downloadtalos-obmc-uboot-a5dd4dc64fe68e549c5ffcf6a048281b5ba94752.tar.gz
talos-obmc-uboot-a5dd4dc64fe68e549c5ffcf6a048281b5ba94752.zip
cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
cmd_license is already conditionally compiled at the Makefile-level. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'common/cmd_license.c')
-rw-r--r--common/cmd_license.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_license.c b/common/cmd_license.c
index 141215b3a5..c6f272ad34 100644
--- 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 */
OpenPOWER on IntegriCloud