rockchip: dts: rk3399-puma: set spl-payload-offset
authorKlaus Goger <klaus.goger@theobroma-systems.com>
Wed, 31 May 2017 16:17:59 +0000 (18:17 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 7 Jun 2017 13:29:23 +0000 (07:29 -0600)
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>
arch/arm/dts/rk3399-puma.dts

index 7009fde..c04a853 100644 (file)
@@ -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 {