]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: remove hc_wp_grp_size from struct mmc if not needed
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 4 Jan 2018 14:23:36 +0000 (15:23 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:24 +0000 (18:11 +0900)
commitb7a6e2c9c396c35596f467f5187da937306ddeb8
treec93b663ab415a0b97e5622451cb965c6625f1f42
parent173c06dfcc5419e38160d7eaf596256df0b4bdd5
mmc: remove hc_wp_grp_size from struct mmc if not needed

hc_wp_grp_size is needed only if hardware partitionning is used.
On ARM removing it saves about 30 bytes of code space.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
cmd/mmc.c
drivers/mmc/mmc.c
include/mmc.h