commit | 8d30cc9a6e6162f934d6e45ac07d1748864a7688 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Mon Sep 09 15:30:26 2013 +0100 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Fri Sep 20 18:58:55 2013 +0300 |
tree | 57ac9ecb88465aca1356174d9f597401cadcb3c2 | |
parent | d4519550719b696d2dfa205f0083fc78fee7e3f9 [diff] |
mmc: don't support write & erase for SPL builds For SPL builds this is just dead code since we'll only need to read. Eliminating it results in a significant size reduction for the SPL binary, which may be critical for certain platforms where the binary size is highly constrained. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>