]> Git Repo - J-u-boot.git/commitdiff
rockchip: dts: rk3399-puma: set spl-payload-offset
authorKlaus Goger <[email protected]>
Wed, 31 May 2017 16:17:59 +0000 (18:17 +0200)
committerSimon Glass <[email protected]>
Wed, 7 Jun 2017 13:29:23 +0000 (07:29 -0600)
defines the spl-payload to 256k (0x40000)

Signed-off-by: Klaus Goger <[email protected]>
Signed-off-by: Philipp Tomsich <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/arm/dts/rk3399-puma.dts

index 7009fdec447de4edffc88afc7bb12637d6b16401..c04a853228aca2c1c6fe94260dbdb59745b5a729 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 {
This page took 0.031803 seconds and 4 git commands to generate.