Re: [U-Boot] [PATCH 5/5] mmc: don't support write erase for SPL builds

2013-09-06 Thread Pantelis Antoniou
Hi Paul, On Sep 4, 2013, at 6:14 PM, Paul Burton wrote: 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. Signed-off-by: Paul Burton paul.bur...@imgtec.com --- I understand what you're trying to

[U-Boot] [PATCH 5/5] mmc: don't support write erase for SPL builds

2013-09-04 Thread Paul Burton
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. Signed-off-by: Paul Burton paul.bur...@imgtec.com --- drivers/mmc/mmc.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/mmc/mmc.c