public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] exynos5: allow bigger BL2 (u-boot.bin)
@ 2018-11-19 16:45 Guillaume GARDET
  2018-11-19 16:46 ` Tom Rini
  0 siblings, 1 reply; 15+ messages in thread
From: Guillaume GARDET @ 2018-11-19 16:45 UTC (permalink / raw)
  To: u-boot

This patch allows SPL to load a bigger BL2 (u-boot.bin).
This is needed for and has been tested on Arndale board, as u-boot.bin is 
now bigger than 512K with GCC8.

Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>

Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Tom Rini <trini@konsulko.com>
---
 include/configs/exynos5-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
index cd2a9046af..7da4be5ca8 100644
--- a/include/configs/exynos5-common.h
+++ b/include/configs/exynos5-common.h
@@ -89,7 +89,7 @@
 /* Configuration of BL1, BL2, ENV Blocks on mmc */
 #define CONFIG_RES_BLOCK_SIZE	(512)
 #define CONFIG_BL1_SIZE	(16 << 10) /*16 K reserved for BL1*/
-#define CONFIG_BL2_SIZE	(512UL << 10UL) /* 512 KB */
+#define CONFIG_BL2_SIZE	(512UL << 11UL) /* 1 MB */
 #define CONFIG_ENV_SIZE	(16 << 10) /* 16 KB */
 
 #define CONFIG_BL1_OFFSET	(CONFIG_RES_BLOCK_SIZE + CONFIG_SEC_FW_SIZE)
-- 
2.19.1

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

end of thread, other threads:[~2018-12-27  0:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-19 16:45 [U-Boot] [PATCH] exynos5: allow bigger BL2 (u-boot.bin) Guillaume GARDET
2018-11-19 16:46 ` Tom Rini
2018-11-19 16:56   ` [U-Boot] Re : " Guillaume GARDET
2018-11-19 16:57     ` Tom Rini
2018-11-19 17:03       ` [U-Boot] Re : " Guillaume GARDET
2018-11-19 17:18         ` Tom Rini
2018-11-20 13:15           ` [U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD Guillaume GARDET
2018-11-26 23:32             ` Lukasz Majewski
2018-12-03 19:57               ` [U-Boot] Re : " Guillaume GARDET
2018-12-03 20:23                 ` Tom Rini
2018-12-04  4:47                   ` Minkyu Kang
2018-12-21 13:57                     ` Guillaume Gardet
2018-12-27  0:47                       ` Minkyu Kang
2018-12-03 22:07                 ` [U-Boot] " Lukasz Majewski
2018-12-04  7:57                   ` [U-Boot] Re : " Guillaume GARDET

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