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

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Wed May 31 16:17:59 UTC 2017


From: Klaus Goger <klaus.goger at theobroma-systems.com>

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

Signed-off-by: Klaus Goger <klaus.goger at theobroma-systems.com>
Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
---

 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 = <0x40000>; // 256kbyte
+		u-boot,boot-led = "puma:orange:power";
 	};
 
 	chosen {
-- 
1.9.1



More information about the U-Boot mailing list