diff options
Diffstat (limited to 'disk/part.c')
| -rw-r--r-- | disk/part.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/disk/part.c b/disk/part.c index 0dd4b0f0c..64d76e838 100644 --- a/disk/part.c +++ b/disk/part.c @@ -391,6 +391,11 @@ int get_partition_info(block_dev_desc_t *dev_desc, int part  	defined(CONFIG_MMC) || \  	defined(CONFIG_SYSTEMACE) +#ifdef CONFIG_PARTITION_UUIDS +	/* The common case is no UUID support */ +	info->uuid[0] = 0; +#endif +  	switch (dev_desc->part_type) {  #ifdef CONFIG_MAC_PARTITION  	case PART_TYPE_MAC: |