X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_sf.c;h=2d463a8c978d628914821313818d3a3816f94144;hb=afac8b07172d7e4a65f86ce1ec4c783a6165ba1f;hp=6a60b16805b261013bd21722d1821cb92d174524;hpb=c1b7c70083fc8d0bb77db20dd47bb6c988f3dc67;p=u-boot diff --git a/common/cmd_sf.c b/common/cmd_sf.c index 6a60b16805..2d463a8c97 100644 --- a/common/cmd_sf.c +++ b/common/cmd_sf.c @@ -188,4 +188,5 @@ U_BOOT_CMD( " `offset' to memory at `addr'\n" "sf write addr offset len - write `len' bytes from memory\n" " at `addr' to flash at `offset'\n" - "sf erase offset len - erase `len' bytes from `offset'\n"); + "sf erase offset len - erase `len' bytes from `offset'" +);