commit | f537e391a2a923ff01eb233d762b5c24c002b61b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Dec 01 02:06:33 2016 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Dec 01 13:51:57 2016 +0900 |
tree | 30c1d1b44a48d97813e9595f66850d89363992a9 | |
parent | 5eecff2c1318a07c37488d4a01f18f2c22f18b9c [diff] |
mmc: Tinification of the mmc code Add new configuration option CONFIG_MMC_TINY which strips away all memory allocation within the MMC code and code for handling multiple cards. This allows extremely space-constrained SPL code use the MMC framework. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Marek Vasut <marex@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Jaehoon Chung <jh80.chung@samsung.com>