]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_spibootldr.c
sniper: Serial number support, obtained from die ID
[karo-tx-uboot.git] / common / cmd_spibootldr.c
index 68aa618320e6aa31df583988226ed657d912a8b5..ca76dde1ddad374975595bf8ad7a735a5a403851 100644 (file)
@@ -30,7 +30,8 @@ int do_spibootldr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return bfrom_SpiBoot(addr, BFLAG_PERIPHERAL | 4, 0, NULL);
 }
 
-U_BOOT_CMD(spibootldr, 2, 0, do_spibootldr,
+U_BOOT_CMD(
+       spibootldr, 2, 0, do_spibootldr,
        "boot ldr image from spi",
        "[offset]\n"
        "    - boot ldr image stored at offset into spi\n");