From: Klaus Goger <klaus.goger@theobroma-systems.com>
Date: Wed, 31 May 2017 16:17:59 +0000 (+0200)
Subject: rockchip: dts: rk3399-puma: set spl-payload-offset
X-Git-Tag: v2025.01-rc5-pxa1908~6616^2~30
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=a4264b4d1469d5e729df0da8c01cc9bed74d976d;p=u-boot.git

rockchip: dts: rk3399-puma: set spl-payload-offset

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

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

diff --git a/arch/arm/dts/rk3399-puma.dts b/arch/arm/dts/rk3399-puma.dts
index 7009fdec44..c04a853228 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 = <0x40000>; // 256kbyte
+		u-boot,boot-led = "puma:orange:power";
 	};
 
 	chosen {