mmc: print out partition table

Signed-off-by: Lei Wen <leiwen@marvell.com>
This commit is contained in:
Lei Wen
2010-09-13 22:07:28 +08:00
committed by Wolfgang Denk
parent d2bf29e399
commit 8f3b96427a
2 changed files with 23 additions and 0 deletions

View File

@@ -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;