summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorLei Wen <leiwen@marvell.com>2010-09-13 22:07:28 +0800
committerWolfgang Denk <wd@denx.de>2010-09-18 23:47:28 +0200
commit8f3b96427aa573d5b300788e6ff5e989cff1e351 (patch)
tree3ea588c4b53e9b748aa91814b3b4110dd4b48446 /disk
parentd2bf29e3994688ce730c8ab82bbafe6e39c229c1 (diff)
downloadblackbird-obmc-uboot-8f3b96427aa573d5b300788e6ff5e989cff1e351.tar.gz
blackbird-obmc-uboot-8f3b96427aa573d5b300788e6ff5e989cff1e351.zip
mmc: print out partition table
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'disk')
-rw-r--r--disk/part.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/disk/part.c b/disk/part.c
index 3ba88c7e81..1806fe6e18 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -364,6 +364,9 @@ static void print_part_header (const char *type, block_dev_desc_t * dev_desc)
case IF_TYPE_DOC:
puts ("DOC");
break;
+ case IF_TYPE_MMC:
+ puts ("MMC");
+ break;
default:
puts ("UNKNOWN");
break;
OpenPOWER on IntegriCloud