summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-04-02 05:01:24 +0300
committerSimon Glass <sjg@chromium.org>2023-04-02 21:53:53 +0300
commit74b75aa6977c63f3605b266d6457feee3099934a (patch)
tree4f7db75dae11fb1f8ab8ecc3fa55cb10f58713f7 /arch/sandbox/dts
parent9599ce514c1801d8fb59f74462138cc92273ff5c (diff)
downloadu-boot-74b75aa6977c63f3605b266d6457feee3099934a.tar.xz
sandbox: Update the VBE firmware location
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: 85c66dc95c2 ("sandbox: Expand size for VPL image")
Diffstat (limited to 'arch/sandbox/dts')
-rw-r--r--arch/sandbox/dts/test.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index d72d7a567a..7c1ee71cb7 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -129,7 +129,7 @@
status = "disabled";
compatible = "fwupd,vbe-simple";
storage = "mmc3";
- skip-offset = <0x400000>;
+ skip-offset = <0x800000>;
area-start = <0>;
area-size = <0xe00000>;
state-offset = <0xdffc00>;