Commit c148e9ff authored by Zhang, YiX X's avatar Zhang, YiX X Committed by Chris Ball

mmc: correct the EXCEPTION_EVENTS_STATUS value in comment

The right value is 54 according to eMMC 4.5 specification.
Signed-off-by: default avatarZhangYi <yix.x.zhang@intel.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent fd63ac76
......@@ -83,7 +83,7 @@ struct mmc_ext_csd {
unsigned int data_tag_unit_size; /* DATA TAG UNIT size */
unsigned int boot_ro_lock; /* ro lock support */
bool boot_ro_lockable;
u8 raw_exception_status; /* 53 */
u8 raw_exception_status; /* 54 */
u8 raw_partition_support; /* 160 */
u8 raw_rpmb_size_mult; /* 168 */
u8 raw_erased_mem_count; /* 181 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment