public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] snow: Expand U-Boot size
@ 2018-12-10  1:44 Simon Glass
  2018-12-10  1:44 ` [U-Boot] [PATCH 2/4] Convert CONFIG_BOARD_TYPES to Kconfig Simon Glass
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Simon Glass @ 2018-12-10  1:44 UTC (permalink / raw)
  To: u-boot

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts
index 29c13c1257e..e99f6e72bf6 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;
-- 
2.20.0.rc2.403.gdbc3b29805-goog

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-10  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-10  1:44 [U-Boot] [PATCH 1/4] snow: Expand U-Boot size Simon Glass
2018-12-10  1:44 ` [U-Boot] [PATCH 2/4] Convert CONFIG_BOARD_TYPES to Kconfig Simon Glass
2018-12-10  7:37   ` Alexey Brodkin
2018-12-10  7:53   ` Lukasz Majewski
2018-12-10  1:44 ` [U-Boot] [PATCH 3/4] exynos: Drop duplicate 'model' line Simon Glass
2018-12-10  1:44 ` [U-Boot] [PATCH 4/4] exynos: Convert to use CONFIG_BLK Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox