Re: [U-Boot] [PATCH 7/8] rockchip: spl: RK3399: enable SPL_SPI_LOAD if SPI is enabled for SPL

2017-03-31 Thread Simon Glass
On 28 March 2017 at 02:58, Philipp Tomsich wrote: > Signed-off-by: Philipp Tomsich > --- > > include/configs/rk3399_common.h | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de https://lists

[U-Boot] [PATCH 7/8] rockchip: spl: RK3399: enable SPL_SPI_LOAD if SPI is enabled for SPL

2017-03-28 Thread Philipp Tomsich
Signed-off-by: Philipp Tomsich --- include/configs/rk3399_common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 9d22e0c..c409d95 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@