commit | 27edffe91fe918e97d0a515d691953b216b86c98 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Jan 04 15:23:34 2018 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 12 18:11:24 2018 +0900 |
tree | 5c534436ac1743a658189ffdb5f92e26521dcba8 | |
parent | cb534f0b6c1843e6dd4f8dc854980b0aad0ca0e4 [diff] |
mmc: compile out erase and write mmc commands if write operations are not enabled Also remove erase_grp_size and write_bl_len from struct mmc as they are not used anymore. On ARM, removing them saves about 100 bytes of code space in SPL. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>