diff options
author | Klaus Goger <klaus.goger@theobroma-systems.com> | 2017-05-31 18:17:59 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-07 07:29:23 -0600 |
commit | a4264b4d1469d5e729df0da8c01cc9bed74d976d (patch) | |
tree | 6397f738c0d1de532cb65dce3a471e9887d3b7fa /arch | |
parent | 2dd2c011e8ab807f8ba1a530fc5f81dffe669ca2 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3399-puma.dts | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |