From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 16 Feb 2016 18:10:01 +0800 Subject: [U-Boot] [PATCH 06/30] dm: Add a new header for block devices In-Reply-To: <1455502619-16093-7-git-send-email-sjg@chromium.org> References: <1455502619-16093-1-git-send-email-sjg@chromium.org> <1455502619-16093-7-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > 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 > Reviewed-by: Bin Meng