]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_license.c
Add LSDMR (SDRAM Mode Register) definition on localbus
[u-boot] / common / cmd_license.c
index 301af8d967cded56fd521df75d6cb688c647b0b7..c3c34967db0bf4a44161f718704c78832bb6d20c 100644 (file)
@@ -53,7 +53,7 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(license, 1, 1, do_license,
-          "license - print GPL license text\n",
+          "print GPL license text",
           NULL);
 
 #endif /* CONFIG_CMD_LICENSE */