Re: [U-Boot] [PATCH v2 25/37] rockchip: spl: Drop MMC support code when not needed

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:45, Simon Glass wrote: > When the board does not use MMC SPL this code is a waste of space. Drop it. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/mach-rockchip/rk3288-board-spl.c | 6 -- > 1 file

[U-Boot] [PATCH v2 25/37] rockchip: spl: Drop MMC support code when not needed

2016-01-21 Thread Simon Glass
When the board does not use MMC SPL this code is a waste of space. Drop it. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-rockchip/rk3288-board-spl.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git