u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] board: sifive: unmatched: enlarge CONFIG_SYS_SPL_MALLOC_SIZE
@ 2021-10-01 11:37 Heinrich Schuchardt
  2021-10-01 15:35 ` Bin Meng
  0 siblings, 1 reply; 10+ messages in thread
From: Heinrich Schuchardt @ 2021-10-01 11:37 UTC (permalink / raw)
  To: Tom Rini
  Cc: Bin Meng, Leo Yu-Chi Liang, Rick Chen, Alexandre Ghiti,
	Pragnesh Patel, Dimitri John Ledkov, Zong Li, Green Wan, u-boot,
	Heinrich Schuchardt

Avoid an error like

    Could not get FIT buffer of 1725952 bytes
            check CONFIG_SYS_SPL_MALLOC_SIZE
    No device tree specified in SPL image
    ### ERROR ### Please RESET the board ###

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 include/configs/sifive-unmatched.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h
index f8ad2cce1f..8d3deabdd3 100644
--- a/include/configs/sifive-unmatched.h
+++ b/include/configs/sifive-unmatched.h
@@ -18,7 +18,7 @@
 #define CONFIG_SPL_BSS_MAX_SIZE		0x00100000
 #define CONFIG_SYS_SPL_MALLOC_START	(CONFIG_SPL_BSS_START_ADDR + \
 					 CONFIG_SPL_BSS_MAX_SIZE)
-#define CONFIG_SYS_SPL_MALLOC_SIZE	0x00100000
+#define CONFIG_SYS_SPL_MALLOC_SIZE	0x00200000
 
 #define CONFIG_SPL_STACK	(0x08000000 + 0x001D0000 - \
 				 GENERATED_GBL_DATA_SIZE)
-- 
2.32.0


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

end of thread, other threads:[~2021-11-04  2:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 11:37 [PATCH 1/1] board: sifive: unmatched: enlarge CONFIG_SYS_SPL_MALLOC_SIZE Heinrich Schuchardt
2021-10-01 15:35 ` Bin Meng
2021-10-19  8:32   ` Alexandre Ghiti
2021-10-19  8:54     ` Bin Meng
2021-10-19  9:21       ` Alexandre Ghiti
     [not found]       ` <HK0PR03MB2994F5C472842C9C4B0B62BBC1839@HK0PR03MB2994.apcprd03.prod.outlook.com>
2021-10-25  1:49         ` Rick Chen
2021-10-25  1:58           ` Bin Meng
2021-10-25  2:24             ` Rick Chen
2021-11-01  8:52               ` Bin Meng
2021-11-04  2:38                 ` Rick Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).