Re: [U-Boot] [RFC PATCH 02/22] sandbox: Support 'source' command

2013-01-11 Thread Marek Vasut
Dear Simon Glass, > Enhance the source command to work with sandbox, by using map_sysmem() to > convert a ulong address into a pointer. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@

[U-Boot] [RFC PATCH 02/22] sandbox: Support 'source' command

2013-01-10 Thread Simon Glass
Enhance the source command to work with sandbox, by using map_sysmem() to convert a ulong address into a pointer. Signed-off-by: Simon Glass --- common/cmd_source.c | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/common/cmd_source.c b/common/cmd_source.c index