Re: [U-Boot] [PATCH v2] sandbox: Change md command to use map_physmem

2011-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message 1319586669-22190-1-git-send-email-...@chromium.org you wrote: Sandbox wants to support commands which use memory. The map_physmen() call provides this feature, so should be used more consistently in U-Boot. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH v2] sandbox: Change md command to use map_physmem

2011-11-02 Thread Matthias Weisser
Am 26.10.2011 01:51, schrieb Simon Glass: Sandbox wants to support commands which use memory. The map_physmen() call provides this feature, so should be used more consistently in U-Boot. Signed-off-by: Simon Glass s...@chromium.org After fixing malloc problem: Tested-by: Matthias Weisser

Re: [U-Boot] [PATCH v2] sandbox: Change md command to use map_physmem

2011-11-02 Thread Simon Glass
Hi Matthias, On Wed, Nov 2, 2011 at 11:39 AM, Matthias Weisser weiss...@arcor.de wrote: Am 26.10.2011 01:51, schrieb Simon Glass: Sandbox wants to support commands which use memory. The map_physmen() call provides this feature, so should be used more consistently in U-Boot. Signed-off-by:

[U-Boot] [PATCH v2] sandbox: Change md command to use map_physmem

2011-10-25 Thread Simon Glass
Sandbox wants to support commands which use memory. The map_physmen() call provides this feature, so should be used more consistently in U-Boot. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Remove check for NULL pointer since map_physmem apparently cannot fail

Re: [U-Boot] [PATCH v2] sandbox: Change md command to use map_physmem

2011-10-25 Thread Mike Frysinger
Acked-by: Mike Frysinger vap...@gentoo.org -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot