diff options
author | Ye.Li <B37916@freescale.com> | 2014-07-21 09:53:50 -0400 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-07-21 10:24:53 -0400 |
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 { | |||
92 | u8 raw_partition_support; /* 160 */ | 92 | u8 raw_partition_support; /* 160 */ |
93 | u8 raw_rpmb_size_mult; /* 168 */ | 93 | u8 raw_rpmb_size_mult; /* 168 */ |
94 | u8 boot_bus_width; /* 177 */ | 94 | u8 boot_bus_width; /* 177 */ |
95 | u8 boot_config; /* 179 */ | ||
96 | u8 raw_erased_mem_count; /* 181 */ | 95 | u8 raw_erased_mem_count; /* 181 */ |
97 | u8 raw_ext_csd_structure; /* 194 */ | 96 | u8 raw_ext_csd_structure; /* 194 */ |
98 | u8 raw_card_type; /* 196 */ | 97 | u8 raw_card_type; /* 196 */ |