diff mbox series

[U-Boot] ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN

Message ID 1524213749-19664-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Delegated to: Masahiro Yamada
Headers show
Series [U-Boot] ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN | expand

Commit Message

Masahiro Yamada April 20, 2018, 8:42 a.m. UTC
With the recent changes, the size of the U-Boot proper image for
uniphier_v7_defconfig exceeded the current limit, 512KB, then SPL
fails to load the whole of the U-Boot proper.  Increase the size.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/configs/uniphier.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Masahiro Yamada April 23, 2018, 4:07 p.m. UTC | #1
2018-04-20 17:42 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> With the recent changes, the size of the U-Boot proper image for
> uniphier_v7_defconfig exceeded the current limit, 512KB, then SPL
> fails to load the whole of the U-Boot proper.  Increase the size.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
Applied to u-boot-uniphier.
diff mbox series

Patch

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index d4f6fe1..03a45b2 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -33,7 +33,7 @@ 
 
 #define CONFIG_SYS_MAX_FLASH_SECT	256
 #define CONFIG_SYS_MONITOR_BASE		0
-#define CONFIG_SYS_MONITOR_LEN		0x00080000	/* 512KB */
+#define CONFIG_SYS_MONITOR_LEN		0x000C0000	/* 768KB */
 #define CONFIG_SYS_FLASH_BASE		0
 
 /*