]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
snow: Expand U-Boot size
authorSimon Glass <sjg@chromium.org>
Mon, 3 Dec 2018 11:37:18 +0000 (04:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000 (16:32 -0700)
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>
arch/arm/dts/exynos5250-snow.dts

index 29c13c1257e7773fe20c07a42c887b768100a875..e99f6e72bf604d3057942ae819a92b7751b150b8 100644 (file)
@@ -88,7 +88,7 @@
 
                ro-boot {
                        label = "u-boot";
-                       reg = <0x6000 0x9a000>;
+                       reg = <0x6000 0xb0000>;
                        read-only;
                        type = "blob boot,dtb";
                        required;