X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cmd%2Fhost.c;h=f7d3eae5b1ad1313f0ee8032fe69ac2df556be65;hb=9450ab2ba8d720bd9f73bccc0af2e2b5a2c2aaf1;hp=b427e541f1e92f51362b95729b5d79e36c9a0f97;hpb=19d051a2b78b626ea3f8103a9a08e73508ba9fa6;p=platform%2Fkernel%2Fu-boot.git diff --git a/cmd/host.c b/cmd/host.c index b427e54..f7d3eae 100644 --- a/cmd/host.c +++ b/cmd/host.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2012, Google Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -9,7 +8,7 @@ #include #include #include -#include +#include static int host_curr_device = -1; @@ -169,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 - [ ] - " @@ -181,7 +175,7 @@ U_BOOT_CMD( "host ls hostfs - - list files on host\n" "host save hostfs - [] - " "save a file to host\n" - "host size hostfs - - determine size of file on host" + "host size hostfs - - determine size of file on host\n" "host bind [] - bind \"host\" device to file\n" "host info [] - show device binding & info\n" "host dev [] - Set or retrieve the current host device\n"