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
@ -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 New Issue
Block a user