]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - disk/part_iso.c
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / disk / part_iso.c
index a98539da4696b51bd2638887d98ea89392c9c706..72259274c173362e68341ca406023ef7acd5ba23 100644 (file)
@@ -97,6 +97,7 @@ int get_partition_info_iso_verb(block_dev_desc_t * dev_desc, int part_num, disk_
        info->blksz=ppr->secsize_BE; /* assuming same block size for all entries */
        PRINTF(" Lastsect:%08lx\n",lastsect);
        for(i=blkaddr;i<lastsect;i++) {
+               PRINTF("Reading block %d\n", i);
                if (dev_desc->block_read (dev_desc->dev, i, 1, (ulong *) tmpbuf) != 1)
                return (-1);
                if(ppr->desctype==0x00)