All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN
@ 2018-04-20  8:42 Masahiro Yamada
  2018-04-23 16:07 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2018-04-20  8:42 UTC (permalink / raw)
  To: u-boot

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(-)

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
 
 /*
-- 
2.7.4

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

* [U-Boot] [PATCH] ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN
  2018-04-20  8:42 [U-Boot] [PATCH] ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN Masahiro Yamada
@ 2018-04-23 16:07 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2018-04-23 16:07 UTC (permalink / raw)
  To: u-boot

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.




-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2018-04-23 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20  8:42 [U-Boot] [PATCH] ARM: uniphier: increase CONFIG_SYS_MONITOR_LEN Masahiro Yamada
2018-04-23 16:07 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.