]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_license.c
mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation
[u-boot] / common / cmd_license.c
index c3c34967db0bf4a44161f718704c78832bb6d20c..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
 
@@ -53,7 +51,6 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(license, 1, 1, do_license,
-          "print GPL license text",
-          NULL);
-
-#endif /* CONFIG_CMD_LICENSE */
+       "print GPL license text",
+       ""
+);