]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_license.c
armv7: rename cache related CONFIG flags
[u-boot] / common / cmd_license.c
index 90fd57e25dd2253a0b6344831579a9194c45d51d..70645d5ed2b065233b85635025453e7941d9bd66 100644 (file)
@@ -49,7 +49,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(license, 1, 1, do_license,
+U_BOOT_CMD(
+       license, 1, 1, do_license,
        "print GPL license text",
        ""
 );