diff options
author | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:20:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:20:27 +0200 |
commit | 201532a69cf7e7a84bff354fdab45947425d22b4 (patch) | |
tree | 4a09ca44e9fb720ec5b6ef29cca2de627e29f29a /common/cmd_spibootldr.c | |
parent | 560639806da5172147a3b1ebd99839feac38b718 (diff) | |
parent | b417260d871d4d8d336c160d95ed40cc8c0fb0fa (diff) | |
download | u-boot-imx-201532a69cf7e7a84bff354fdab45947425d22b4.zip u-boot-imx-201532a69cf7e7a84bff354fdab45947425d22b4.tar.gz u-boot-imx-201532a69cf7e7a84bff354fdab45947425d22b4.tar.bz2 |
Merge branch 'master' of ../master
Diffstat (limited to 'common/cmd_spibootldr.c')
-rw-r--r-- | common/cmd_spibootldr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_spibootldr.c b/common/cmd_spibootldr.c index 68aa618..ca76dde 100644 --- a/common/cmd_spibootldr.c +++ b/common/cmd_spibootldr.c @@ -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"); |