diff options
| author | Simon Glass <[email protected]> | 2023-02-22 09:33:56 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-02 17:45:58 -0500 |
| commit | 85c66dc95c2ce85c71fdda85ceb9be88abd5e193 (patch) | |
| tree | 8c7e67497ded19341d6b6dfa6723876f9dd42312 | |
| parent | ae625d92873d37679611e8d4bf58d2f23bf21446 (diff) | |
sandbox: Expand size for VPL image
Allow this to get larger to accommodate more test code with LTO disabled.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/sandbox/dts/sandbox_vpl.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/dts/sandbox_vpl.dtsi b/arch/sandbox/dts/sandbox_vpl.dtsi index 1fba537f135..c7dc00a8d2d 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>; |
