From: Simon Glass Date: Sun, 2 Apr 2023 02:01:24 +0000 (+1200) Subject: sandbox: Update the VBE firmware location X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~212^2^2~3 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=1a05400533ec3f6e8f2769eeeb70aa7aec7dc0d2;p=uboot.git 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 Fixes: 3bd64122699 ("sandbox: Expand size for VPL image") --- 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>;