]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: blk: Allow generic read/write operations to work in sandbox
authorTobias Waldekranz <tobias@waldekranz.com>
Thu, 16 Feb 2023 15:33:48 +0000 (16:33 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2023 14:54:47 +0000 (10:54 -0400)
commit9e43828137e149ac0506dd9ace8b88677b2ac118
tree5263e8522b9157659763d683d07a827856052ea8
parentaa5693c1653b111b236708a80dee713e65064d9b
cmd: blk: Allow generic read/write operations to work in sandbox

Ensure that the memory destination/source addresses of block
read/write operations are mapped in before access. Currently, this is
only needed on sandbox builds.

Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/blk_common.c