#include <common.h>
-#if defined(CONFIG_CMD_LICENSE)
-
/* COPYING is currently 15951 bytes in size */
#define LICENSE_MAX 20480
}
U_BOOT_CMD(license, 1, 1, do_license,
- "license - print GPL license text\n",
- NULL);
-
-#endif /* CONFIG_CMD_LICENSE */
+ "print GPL license text",
+ ""
+);