Re: [U-Boot] [PATCH v4 08/10] mmc: make UHS and HS200 optional

2017-12-06 Thread Jean-Jacques Hiblot
On 02/12/2017 04:29, Simon Glass wrote: Hi Jean-Jacques, On 29 November 2017 at 07:29, Jean-Jacques Hiblot wrote: Supporting USH and HS200 increases the code size as it brings in IO voltage control, tuning and fatter data structures. Use Kconfig configuration to select which of those feature

Re: [U-Boot] [PATCH v4 08/10] mmc: make UHS and HS200 optional

2017-12-01 Thread Simon Glass
Hi Jean-Jacques, On 29 November 2017 at 07:29, Jean-Jacques Hiblot wrote: > Supporting USH and HS200 increases the code size as it brings in IO voltage > control, tuning and fatter data structures. > Use Kconfig configuration to select which of those features should be > built in. > > Signed-off-

[U-Boot] [PATCH v4 08/10] mmc: make UHS and HS200 optional

2017-11-29 Thread Jean-Jacques Hiblot
Supporting USH and HS200 increases the code size as it brings in IO voltage control, tuning and fatter data structures. Use Kconfig configuration to select which of those features should be built in. Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/Kconfig | 46 +++