[U-Boot] [PATCH] 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 --- common/cmd_license.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/common/cmd_license.c b/common/cmd_license.c index 141215b..c6f272a 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 */

Dear Peter Tyser,
In message 1257957379-17557-1-git-send-email-ptyser@xes-inc.com you wrote:
cmd_license is already conditionally compiled at the Makefile-level.
Signed-off-by: Peter Tyser ptyser@xes-inc.com
common/cmd_license.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Peter Tyser
-
Wolfgang Denk