mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
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>
This commit is contained in:
parent
ae625d9287
commit
85c66dc95c
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
* provide plenty of space for ELF files with debug info so that
|
* provide plenty of space for ELF files with debug info so that
|
||||||
* gdb can be used
|
* gdb can be used
|
||||||
*/
|
*/
|
||||||
offset = <0x400000>;
|
offset = <0x800000>;
|
||||||
size = <0xdffc00>;
|
size = <0x2000000>;
|
||||||
|
|
||||||
fit {
|
fit {
|
||||||
fit,external-offset = <0>;
|
fit,external-offset = <0>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue