Dear Joseph Hershberger,
In message
you wrote:
>
> Wolfgang Denk wrote on 09/02/2012
> 02:10:42 PM:
>
> > From: Wolfgang Denk
> > To: Joe Hershberger
>
> > Cc: u-boot@lists.denx.de
> > Date: 09/02/2012 02:10 PM
> > Subject: Re: [PATCH] A
Dear Joe Hershberger,
In message <1345237121-20594-1-git-send-email-joe.hershber...@ni.com> you wrote:
> This command allows you to read the value of a memory address and store
> it in an environment variable.
>
> Signed-off-by: Joe Hershberger
> ---
> common/cmd_mem.c | 47
On Friday 17 August 2012 16:58:41 Joe Hershberger wrote:
> --- a/common/cmd_mem.c
> +++ b/common/cmd_mem.c
>
> +#ifdef CONFIG_CMD_MEM_GET
not the greatest name ...
> +int do_mem_mg(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
static
> + size = cmd_get_data_size(argv[0], 4);
>
This command allows you to read the value of a memory address and store
it in an environment variable.
Signed-off-by: Joe Hershberger
---
common/cmd_mem.c | 47 +++
1 file changed, 47 insertions(+)
diff --git a/common/cmd_mem.c b/common/cmd_mem.c
inde
4 matches
Mail list logo