]> git.sur5r.net Git - u-boot/commitdiff
cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 11 Nov 2009 16:36:19 +0000 (10:36 -0600)
committerWolfgang 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

index 141215b3a58f2bec90629cd2d3712e7f296e2fa0..c6f272ad34aa0429fd4a7d917d3aec0ed0638def 100644 (file)
@@ -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 */