diff options
author | Philip Rakity <prakity@marvell.com> | 2011-03-19 21:10:33 +0300 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-05-25 04:59:13 +0400 |
commit | 41e2a4893566ced3c46af15df5b727326881e47d (patch) | |
tree | 62263d47bf1f034857e8138095af724aa61c53bb /include/linux/mmc/card.h | |
parent | 7c21738efd0b5e8c2a9ac2440e7ffbf432d6f239 (diff) | |
download | linux-41e2a4893566ced3c46af15df5b727326881e47d.tar.xz |
mmc: Ensure linux starts in eMMC user partition
uBoot sometimes leaves eMMC pointing to the private boot partition.
Ensure we always start looking at the user partition.
Signed-off-by: Philip Rakity <prakity@marvell.com>
Signed-off-by: Bruce Clemens <bpclemens@marvell.com>
Signed-off-by: Mark F. Brown <markb@marvell.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc/card.h')
-rw-r--r-- | include/linux/mmc/card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index adb4888248be..557b73263390 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h @@ -45,6 +45,7 @@ struct mmc_ext_csd { u8 rev; u8 erase_group_def; u8 sec_feature_support; + u8 bootconfig; unsigned int sa_timeout; /* Units: 100ns */ unsigned int hs_max_dtr; unsigned int sectors; |