mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
snow: Expand U-Boot size
Now that we have EFI, etc. enabled, U-Boot is larger than it was. Expand the region allocated for it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
15a5c72ca4
commit
c275a08bc4
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
|
||||
ro-boot {
|
||||
label = "u-boot";
|
||||
reg = <0x6000 0x9a000>;
|
||||
reg = <0x6000 0xb0000>;
|
||||
read-only;
|
||||
type = "blob boot,dtb";
|
||||
required;
|
||||
|
|
Loading…
Add table
Reference in a new issue