Files
u-boot-tk1-som/include
Paul Burton 8687d5c80c mmc: size optimization when !CONFIG_MMC_SPI
When CONFIG_MMC_SPI is not enabled, the MMC_MODE_SPI capability can
never be set. However there is code in mmc.c which uses the
mmc_host_is_spi macro to check that capability & act accordingly. If we
expand that macro to 0 when CONFIG_MMC_SPI is not set (since it will
always be 0 at runtime anyway) then the compiler can optimize away the
SPI-specific code paths in mmc.c.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
2013-09-17 20:03:44 +03:00
..
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2013-07-29 23:01:33 +02:00
2013-04-28 11:07:40 +02:00
2013-06-26 10:07:11 -04:00
2013-02-19 17:01:26 -05:00
2013-06-26 10:18:56 -04:00
2013-04-01 16:33:52 -04:00
2013-08-28 11:44:59 -04:00