diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-21 21:53:50 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-21 22:24:53 +0800 |
commit | 50ef3db3e4c83bc7b0da05c1dac1af88328d73f4 (patch) | |
tree | 442e1f4d7e8f314d841f5341a36107696051770b /include | |
parent | ee8a5a65117f5b7cdcf5d18cc08e50c64a600f6f (diff) |
ENGR00323682 MMC: Fixed boot_config overwritten by switch partition
In MMC driver, two variables: boot_config and part_config are used to
keep eCSD(179) PARTITION_CONFIG. The part_config is not updated when
set new boot_config, which causes the eCSD(179) is overwritten by
any following partition switching, so the new boot_config is lost.
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit ed6ae43d513d211aba3ab6218feebbccbc33bdbd)
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/card.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index a6dc049af77b..ca9377680fb1 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h @@ -92,7 +92,6 @@ struct mmc_ext_csd { u8 raw_partition_support; /* 160 */ u8 raw_rpmb_size_mult; /* 168 */ u8 boot_bus_width; /* 177 */ - u8 boot_config; /* 179 */ u8 raw_erased_mem_count; /* 181 */ u8 raw_ext_csd_structure; /* 194 */ u8 raw_card_type; /* 196 */ |