[U-Boot] [PATCH v2 06/32] dm: Add a new header for block devices
Simon Glass
sjg at chromium.org
Sun Mar 13 02:52:28 CET 2016
On 29 February 2016 at 15:25, Simon Glass <sjg at chromium.org> wrote:
> At present block devices are tied up with partitions. But not all block
> devices have partitions within them. They are in fact separate concepts.
>
> Create a separate blk.h header file for block devices.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> include/blk.h | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> include/ide.h | 12 ++--------
> include/part.h | 49 +---------------------------------------
> 3 files changed, 74 insertions(+), 58 deletions(-)
> create mode 100644 include/blk.h
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list