Re: [U-Boot] [PATCH v9 08/49] rockchip: Avoid using MMC code when not booting from MMC

2016-01-22 Thread Simon Glass
On 21 January 2016 at 19:43, Simon Glass wrote: > This saves some code space in SPL which is useful on jerry. > > Signed-off-by: Simon Glass > --- > > Changes in v9: None > Changes in v2: None > > arch/arm/mach-rockchip/rk3288-board-spl.c | 2 ++ > 1 file changed, 2 insertions(+) Applied to u-b

[U-Boot] [PATCH v9 08/49] rockchip: Avoid using MMC code when not booting from MMC

2016-01-21 Thread Simon Glass
This saves some code space in SPL which is useful on jerry. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None arch/arm/mach-rockchip/rk3288-board-spl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-rockchip/rk3288-board-spl.c b/arch/arm/mach-rockchip