Re: [U-Boot] [PATCH] defconfig: firefly-rk3399: fix pinctrl config option

2017-05-23 Thread sjg
On 3 May 2017 at 17:29, Heiko Stuebner wrote: > > The option is named PINCTRL_ROCKCHIP_RK3399 not ROCKCHIP_RK3399_PINCTRL. > Set the correct option. > > Signed-off-by: Heiko Stuebner > --- > configs/firefly-rk3399_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Sim

Re: [U-Boot] [PATCH] defconfig: firefly-rk3399: fix pinctrl config option

2017-05-04 Thread Simon Glass
On 3 May 2017 at 17:29, Heiko Stuebner wrote: > > The option is named PINCTRL_ROCKCHIP_RK3399 not ROCKCHIP_RK3399_PINCTRL. > Set the correct option. > > Signed-off-by: Heiko Stuebner > --- > configs/firefly-rk3399_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Sim

[U-Boot] [PATCH] defconfig: firefly-rk3399: fix pinctrl config option

2017-05-03 Thread Heiko Stuebner
The option is named PINCTRL_ROCKCHIP_RK3399 not ROCKCHIP_RK3399_PINCTRL. Set the correct option. Signed-off-by: Heiko Stuebner --- configs/firefly-rk3399_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defcon