summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 19:33:56 +0300
committerTom Rini <trini@konsulko.com>2023-03-03 01:45:58 +0300
commit85c66dc95c2ce85c71fdda85ceb9be88abd5e193 (patch)
tree8c7e67497ded19341d6b6dfa6723876f9dd42312 /arch/sandbox/dts
parentae625d92873d37679611e8d4bf58d2f23bf21446 (diff)
downloadu-boot-85c66dc95c2ce85c71fdda85ceb9be88abd5e193.tar.xz
sandbox: Expand size for VPL image
Allow this to get larger to accommodate more test code with LTO disabled. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/dts')
-rw-r--r--arch/sandbox/dts/sandbox_vpl.dtsi4
1 files changed, 2 insertions, 2 deletions
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>;