mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
mmc: don't read the size of eMMC enhanced user data area in SPL
This information is only used by the "mmc info" command. On ARM removing this information from SPL saves about 140 of code space. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
committed by
Jaehoon Chung
parent
e6fa5a5461
commit
173c06dfcc
@@ -598,8 +598,10 @@ struct mmc {
|
||||
u64 capacity_boot;
|
||||
u64 capacity_rpmb;
|
||||
u64 capacity_gp[4];
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
u64 enh_user_start;
|
||||
u64 enh_user_size;
|
||||
#endif
|
||||
#if !CONFIG_IS_ENABLED(BLK)
|
||||
struct blk_desc block_dev;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user