summaryrefslogtreecommitdiffstats
path: root/disk/part_dos.c
diff options
context:
space:
mode:
authorDave Liu <r63238@freescale.com>2008-03-26 22:49:44 +0800
committerWolfgang Denk <wd@denx.de>2008-03-26 23:38:51 +0100
commitc7057b529c3c3cb9c0ac9060686a4068f1491bbe (patch)
tree8525c3cd0fabf30fe590d91cfb1902519191993b /disk/part_dos.c
parent83c7f470a4ce94f33600f11ae85ce4dcf00aa90c (diff)
downloadblackbird-obmc-uboot-c7057b529c3c3cb9c0ac9060686a4068f1491bbe.tar.gz
blackbird-obmc-uboot-c7057b529c3c3cb9c0ac9060686a4068f1491bbe.zip
ata: add the support for SATA framework
- add the SATA framework - add the SATA command line Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'disk/part_dos.c')
-rw-r--r--disk/part_dos.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/disk/part_dos.c b/disk/part_dos.c
index 4707f803dc..4d778ec5b2 100644
--- a/disk/part_dos.c
+++ b/disk/part_dos.c
@@ -36,6 +36,7 @@
#include "part_dos.h"
#if (defined(CONFIG_CMD_IDE) || \
+ defined(CONFIG_CMD_SATA) || \
defined(CONFIG_CMD_SCSI) || \
defined(CONFIG_CMD_USB) || \
defined(CONFIG_MMC) || \
@@ -194,6 +195,7 @@ static int get_partition_info_extended (block_dev_desc_t *dev_desc, int ext_part
info->size = le32_to_int (pt->size4);
switch(dev_desc->if_type) {
case IF_TYPE_IDE:
+ case IF_TYPE_SATA:
case IF_TYPE_ATAPI:
sprintf ((char *)info->name, "hd%c%d\n", 'a' + dev_desc->dev, part_num);
break;
OpenPOWER on IntegriCloud