[U-Boot] [PATCH] common/cmd_io.c: Fix incorrect help for iod/iow

Simon Glass sjg at chromium.org
Mon Oct 20 18:46:13 CEST 2014


Hi Bin,

On 20 October 2014 02:14, Bin Meng <bmeng.cn at gmail.com> wrote:
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>  common/cmd_io.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/common/cmd_io.c b/common/cmd_io.c
> index eefac36..c59148f 100644
> --- a/common/cmd_io.c
> +++ b/common/cmd_io.c
> @@ -70,8 +70,8 @@ int do_io_iow(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
>
>  /**************************************************/
>  U_BOOT_CMD(iod, 2, 0, do_io_iod,
> -          "IO space display", "[.b, .w, .l] address [# of objects]");
> +          "IO space display", "[.b, .w, .l] address");
>
>  U_BOOT_CMD(iow, 3, 0, do_io_iow,
> -          "IO space modify (auto-incrementing address)",
> -          "[.b, .w, .l] address");
> +          "IO space modify",
> +          "[.b, .w, .l] address value");

Acked-by: Simon Glass <sjg at chromium.org>

Are you using the coreboot support? What board are you using?

Regards,
SImon


More information about the U-Boot mailing list