]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Support sandbox with read interface
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:15 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:14:24 +0000 (08:14 -0400)
commita3c524bf8789ed4c25fb07126ddef7ce2a4e004b
treecec85ad10a87afbddbd82938a5dd5e60425ef42d
parente9831f56730179297588be50be723b3cefdb722a
dm: core: Support sandbox with read interface

Update the 'read' command to work correctly with sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/read.c