HI NamJae,

2011/10/5 NamJae Jeon <[email protected]>:
>
> How about changing patch like this ?
>
> if (ext_csd[EXT_CSD_BOOT_MULT] && mmc_boot_partition_access(card->host)) {
>                        for (idx = 0; idx < MMC_NUM_BOOT_PARTITION; idx++) {
>                                part_size = ext_csd[EXT_CSD_BOOT_MULT] << 17;
>                                mmc_part_add(card, part_size,
>                                        EXT_CSD_PART_CONFIG_ACC_BOOT0 + idx,
>                                        "boot%d", idx, true);
>                        }
>                }
>
> I want to hear the opinion from andrei and
> adrian(mmc_boot_partition_access patch's author)
> Thanks.

I like this.

A

Reply via email to