Re: [U-Boot] [PATCH 06/30] dm: Add a new header for block devices

2016-02-16 Thread Bin Meng
On Mon, Feb 15, 2016 at 10:16 AM, Simon Glass 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 > ---

[U-Boot] [PATCH 06/30] dm: Add a new header for block devices

2016-02-14 Thread Simon Glass
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 --- include/blk.h | 71 +++