Searched hist:da61fa5f42133593be51764b55a905330eae5063 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc_private.h | da61fa5f42133593be51764b55a905330eae5063 Mon Sep 09 09:30:26 CDT 2013 Paul Burton <paul.burton@imgtec.com> 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>
|
H A D | mmc_write.c | da61fa5f42133593be51764b55a905330eae5063 Mon Sep 09 09:30:26 CDT 2013 Paul Burton <paul.burton@imgtec.com> 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>
|
H A D | Makefile | diff da61fa5f42133593be51764b55a905330eae5063 Mon Sep 09 09:30:26 CDT 2013 Paul Burton <paul.burton@imgtec.com> 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>
|
H A D | mmc.c | diff da61fa5f42133593be51764b55a905330eae5063 Mon Sep 09 09:30:26 CDT 2013 Paul Burton <paul.burton@imgtec.com> 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>
|