diff mbox series

[v2,1/4] sandbox: Update the VBE firmware location

Message ID 20230402140125.v2.1.I99679e2d3b3efadcb3d0a0e3ed5395ef1c45bc0e@changeid
State Accepted
Commit 74b75aa6977c63f3605b266d6457feee3099934a
Delegated to: Simon Glass
Headers show
Series vpl: Correct some tests | expand

Commit Message

Simon Glass April 2, 2023, 2:01 a.m. UTC
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")
---

Changes in v2:
- Add new patch to update the VBE firmware location

 arch/sandbox/dts/test.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass April 2, 2023, 9:33 p.m. UTC | #1
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")
---

Changes in v2:
- Add new patch to update the VBE firmware location

 arch/sandbox/dts/test.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm/next, thanks!
diff mbox series

Patch

diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index d72d7a567a71..7c1ee71cb7c2 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>;