mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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: 85c66dc95c
("sandbox: Expand size for VPL image")
This commit is contained in:
parent
9599ce514c
commit
74b75aa697
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue