projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae625d9
)
sandbox: Expand size for VPL image
author
Simon Glass
<sjg@chromium.org>
Wed, 22 Feb 2023 16:33:56 +0000
(09:33 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/sandbox_vpl.dtsi
b/arch/sandbox/dts/sandbox_vpl.dtsi
index
1fba537
..
c7dc00a
100644
(file)
--- 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 = <0x
4
00000>;
- size = <0x
dffc
00>;
+ offset = <0x
8
00000>;
+ size = <0x
20000
00>;
fit {
fit,external-offset = <0>;