Re: [PATCH 1/2] sandbox: fill block device meta information

2021-01-30 Thread Simon Glass
Provide information about host backed block device. Mark the device created by 'host bind' as removable. Signed-off-by: Heinrich Schuchardt --- drivers/block/sandbox.c | 11 +++ 1 file changed, 11 insertions(+) Applied to u-boot-dm, thanks!

[PATCH 1/2] sandbox: fill block device meta information

2021-01-25 Thread Heinrich Schuchardt
Provide information about host backed block device. Mark the device created by 'host bind' as removable. Signed-off-by: Heinrich Schuchardt --- drivers/block/sandbox.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/block/sandbox.c b/drivers/block/sandbox.c index 34c26c