From: Simon Glass Date: Mon, 3 Dec 2018 11:37:18 +0000 (-0700) Subject: snow: Expand U-Boot size X-Git-Tag: v2025.01-rc5-pxa1908~3217^2~38 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=c275a08bc4bc1ad1116d8bcbcc2dbe4df53ffed6;p=u-boot.git 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 --- diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index 29c13c1257..e99f6e72bf 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -88,7 +88,7 @@ ro-boot { label = "u-boot"; - reg = <0x6000 0x9a000>; + reg = <0x6000 0xb0000>; read-only; type = "blob boot,dtb"; required;