Re: [U-Boot] [PATCH 3/4] rockchip: dts: rk3399-puma: set spl-payload-offset

2017-06-05 Thread sjg
On 31 May 2017 at 10:17, Philipp Tomsich
 wrote:
> From: Klaus Goger 
>
> defines the spl-payload to 256k (0x4)
>
> Signed-off-by: Klaus Goger 
> Signed-off-by: Philipp Tomsich 
> ---
>
>  arch/arm/dts/rk3399-puma.dts | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass 

Applied to u-boot-rockchip, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 3/4] rockchip: dts: rk3399-puma: set spl-payload-offset

2017-06-01 Thread Simon Glass
On 31 May 2017 at 10:17, Philipp Tomsich
 wrote:
> From: Klaus Goger 
>
> defines the spl-payload to 256k (0x4)
>
> Signed-off-by: Klaus Goger 
> Signed-off-by: Philipp Tomsich 
> ---
>
>  arch/arm/dts/rk3399-puma.dts | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 3/4] rockchip: dts: rk3399-puma: set spl-payload-offset

2017-05-31 Thread Philipp Tomsich
From: Klaus Goger 

defines the spl-payload to 256k (0x4)

Signed-off-by: Klaus Goger 
Signed-off-by: Philipp Tomsich 
---

 arch/arm/dts/rk3399-puma.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/dts/rk3399-puma.dts b/arch/arm/dts/rk3399-puma.dts
index 7009fde..c04a853 100644
--- a/arch/arm/dts/rk3399-puma.dts
+++ b/arch/arm/dts/rk3399-puma.dts
@@ -14,7 +14,8 @@
compatible = "tsd,puma", "rockchip,rk3399";
 
config {
-   u-boot,spl-payload-offset = <204800>;
+   u-boot,spl-payload-offset = <0x4>; // 256kbyte
+   u-boot,boot-led = "puma:orange:power";
};
 
chosen {
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot