Merge branch 'master' of git://git.denx.de/u-boot-spi
[platform/kernel/u-boot.git] / cmd / host.c
index 645dba4..f7d3eae 100644 (file)
@@ -168,11 +168,6 @@ static int do_host(cmd_tbl_t *cmdtp, int flag, int argc,
 }
 
 U_BOOT_CMD(
-       sb,     8,      1,      do_host,
-       "Deprecated: use 'host' command instead.", ""
-);
-
-U_BOOT_CMD(
        host, 8, 1, do_host,
        "Miscellaneous host commands",
        "load hostfs - <addr> <filename> [<bytes> <offset>]  - "