From: Simon Glass Date: Wed, 22 Feb 2023 16:33:56 +0000 (-0700) Subject: sandbox: Expand size for VPL image X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=85c66dc95c2ce85c71fdda85ceb9be88abd5e193;p=u-boot.git sandbox: Expand size for VPL image Allow this to get larger to accommodate more test code with LTO disabled. Signed-off-by: Simon Glass --- diff --git a/arch/sandbox/dts/sandbox_vpl.dtsi b/arch/sandbox/dts/sandbox_vpl.dtsi index 1fba537f13..c7dc00a8d2 100644 --- a/arch/sandbox/dts/sandbox_vpl.dtsi +++ b/arch/sandbox/dts/sandbox_vpl.dtsi @@ -17,8 +17,8 @@ * provide plenty of space for ELF files with debug info so that * gdb can be used */ - offset = <0x400000>; - size = <0xdffc00>; + offset = <0x800000>; + size = <0x2000000>; fit { fit,external-offset = <0>;