lkml.org 
[lkml]   [2011]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v11] mmc : general purpose partition support.
From
HI NamJae,

2011/10/5 NamJae Jeon <linkinjeon@gmail.com>:
>
> 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
\
 
 \ /
  Last update: 2011-10-06 07:17    [W:0.090 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site