mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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:
parent
2dd2c011e8
commit
a4264b4d14
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue