]> git.baikalelectronics.ru Git - uboot.git/commitdiff
sandbox: Expand size for VPL image
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:33:56 +0000 (09:33 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
Allow this to get larger to accommodate more test code with LTO disabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox_vpl.dtsi

index 1fba537f135d83df01a4eb482311353252ccbafc..c7dc00a8d2d070a8c78d7f862c67fd0d8f7909da 100644 (file)
@@ -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>;