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>
This commit is contained in:
Klaus Goger 2017-05-31 18:17:59 +02:00 committed by Simon Glass
parent 2dd2c011e8
commit a4264b4d14

View 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 {