Re: [U-Boot] [PATCH v3 10/17] sandbox: fdt: Support fdt command for sandbox

2013-05-06 Thread Jerry Van Baren
On 04/20/2013 02:42 PM, Simon Glass wrote: By using map_sysmem() we can get the fdt command to work correctly with sandbox. Signed-off-by: Simon Glass Acked-by: Gerald Van Baren --- Changes in v3: None Changes in v2: - Rebase to use updated fdt_valid() function common/cmd_fdt.c | 10 +++

[U-Boot] [PATCH v3 10/17] sandbox: fdt: Support fdt command for sandbox

2013-04-20 Thread Simon Glass
By using map_sysmem() we can get the fdt command to work correctly with sandbox. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Rebase to use updated fdt_valid() function common/cmd_fdt.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/common/