
13 Mar
2016
13 Mar
'16
2:53 a.m.
On 29 February 2016 at 15:25, Simon Glass sjg@chromium.org wrote:
Update the host driver to support driver model for block devices. A future commit will remove the old code, but for now it is useful to be able to use it both with and without CONFIG_BLK.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Use snprintf() to avoid overflow
cmd/host.c | 9 +++- drivers/block/sandbox.c | 118 +++++++++++++++++++++++++++++++++++++++++++++- include/sandboxblockdev.h | 2 + 3 files changed, 127 insertions(+), 2 deletions(-)
Applied to u-boot-dm/next.