commit | ed9506b27b08261959d88642a42704f5402705af | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Sep 21 16:29:51 2017 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 12 18:11:03 2018 +0900 |
tree | 9706d4151fd3870f7d7258464f6e6732015f98c7 | |
parent | e84459cf162fd74f5dee5b6ab51c39f6870fdd59 [diff] |
mmc: make ext_csd part of struct mmc The ext csd is used for comparison many times. Keep a reference content of the ext csd in the struct mmc to avoid reading multiple times Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>