From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Weisser Date: Wed, 02 Nov 2011 19:39:16 +0100 Subject: [U-Boot] [PATCH v2] sandbox: Change md command to use map_physmem In-Reply-To: <1319586669-22190-1-git-send-email-sjg@chromium.org> References: <1319586669-22190-1-git-send-email-sjg@chromium.org> Message-ID: <4EB18E54.6010003@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 After fixing malloc problem: Tested-by: Matthias Weisser Regards Matthias