disk: part: sandbox support in dev_print()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 25 Jan 2021 11:57:15 +0000 (12:57 +0100)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:42 +0000 (14:25 -0700)
commitf84eda89e5970ef513fe64ba8e8d977788c44dca
tree2a3481ec79471d395a0b2b154a3898c835344c65
parent168e313b5b128a0a2e55010875c1636dead38527
disk: part: sandbox support in dev_print()

Commands like 'fatinfo' call dev_print() to print device information. If
the block device is created via 'host bind', we should print accurate
information.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
disk/part.c