]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Revert "sandbox: Change md command to use map_physmem"
authorKumar Gala <galak@kernel.crashing.org>
Sat, 12 Nov 2011 08:02:12 +0000 (08:02 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 16 Nov 2011 20:43:24 +0000 (21:43 +0100)
commit94c50f1176b711ce16ac95b58fb11d643f4b0ce8
tree0fa86a4d315fb8b72313fc74c4171e0211b37d57
parente1a37f8599d2ffbee37f23ee1b8760faf2e1f026
Revert "sandbox: Change md command to use map_physmem"

This reverts commit 355a835747c6f7c5071ead295a7dfc489c73cb03.

The original commit broke long standing assumption that md commands work
on effective addresses.  This normally isn't an issue for most systems
that map 1:1, however on systems with a 36-bit address map it breaks.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/cmd_mem.c