]> git.baikalelectronics.ru Git - uboot.git/commitdiff
sandbox: Update the VBE firmware location
authorSimon Glass <sjg@chromium.org>
Sun, 2 Apr 2023 02:01:24 +0000 (14:01 +1200)
committerSimon Glass <sjg@chromium.org>
Sun, 2 Apr 2023 18:53:53 +0000 (06:53 +1200)
The image size was increased but the firmware-update part was not
updated. Correct this so that VBE firmware update can succeed with
sandbox_vpl.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 3bd64122699 ("sandbox: Expand size for VPL image")
arch/sandbox/dts/test.dts

index d72d7a567a71e4332095f07b029df7f35bc3ba5b..7c1ee71cb7c22ffdd708661a70cc8ed1b22f96e5 100644 (file)
                        status = "disabled";
                        compatible = "fwupd,vbe-simple";
                        storage = "mmc3";
-                       skip-offset = <0x400000>;
+                       skip-offset = <0x800000>;
                        area-start = <0>;
                        area-size = <0xe00000>;
                        state-offset = <0xdffc00>;