mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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>
This commit is contained in:
parent
06015146a1
commit
a5dd4dc64f
1 changed files with 0 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue