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:
Simon Glass
2018-12-13 16:32:49 -07:00
parent 15a5c72ca4
commit c275a08bc4
+1 -1
View File
@@ -88,7 +88,7 @@
ro-boot {
label = "u-boot";
reg = <0x6000 0x9a000>;
reg = <0x6000 0xb0000>;
read-only;
type = "blob boot,dtb";
required;