Merge branch 'master' of git://git.denx.de/u-boot-i2c
[oweals/u-boot.git] / cmd / host.c
index 645dba4de831f2733a64c88d04ddc890436074b0..f7d3eae5b1ad1313f0ee8032fe69ac2df556be65 100644 (file)
@@ -167,11 +167,6 @@ static int do_host(cmd_tbl_t *cmdtp, int flag, int argc,
                return CMD_RET_USAGE;
 }
 
-U_BOOT_CMD(
-       sb,     8,      1,      do_host,
-       "Deprecated: use 'host' command instead.", ""
-);
-
 U_BOOT_CMD(
        host, 8, 1, do_host,
        "Miscellaneous host commands",