All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCHv2 13/14] powerpc: mpc8548cds: extend the reserved length for monitor
Date: Tue, 20 Aug 2019 09:35:35 +0000	[thread overview]
Message-ID: <20190820093536.39407-14-Zhiqiang.Hou@nxp.com> (raw)
In-Reply-To: <20190820093536.39407-1-Zhiqiang.Hou@nxp.com>

Extend the reserved length for monitor to fix the following
build error:

BINMAN  u-boot-with-dtb.bin
Wrote map file './image.map' to show errors
binman: Section '/binman': contents size 0x80000 (524288) exceeds section size 0x40000 (262144)
Makefile:1373: recipe for target 'u-boot-with-dtb.bin' failed
make: *** [u-boot-with-dtb.bin] Error 1

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
---
V2:
 - No change.

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

diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index b37601c..4252fbe 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -289,7 +289,7 @@ extern unsigned long get_clock_freq(void);
 #define CONFIG_SYS_GBL_DATA_OFFSET	(CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
 #define CONFIG_SYS_INIT_SP_OFFSET	CONFIG_SYS_GBL_DATA_OFFSET
 
-#define CONFIG_SYS_MONITOR_LEN		(256 * 1024) /* Reserve 256 kB for Mon */
+#define CONFIG_SYS_MONITOR_LEN		(512 * 1024) /* Reserve 512 kB for Mon */
 #define CONFIG_SYS_MALLOC_LEN	(1024 * 1024)	/* Reserved for malloc */
 
 /* Serial Port */
-- 
2.9.5

  parent reply	other threads:[~2019-08-20  9:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-20  9:35 [U-Boot] [PATCHv2 00/14] powerpc: Enable device tree support Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 01/14] powerpc: mpc85xx: Add device tree support option for PBL boot image Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 02/14] powerpc: Enable device tree support for T2080RDB Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 03/14] powerpc: Enable device tree support for T4240RDB Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 04/14] powerpc: Enable device tree support for T1024RDB Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 05/14] powerpc: Enable device tree support for T1042D4RDB Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 06/14] powerpc: Enable device tree support for P1020RDB Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 07/14] powerpc: Enable device tree support for P2020RDB Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 08/14] powerpc: Enable device tree support for P2041RDB Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 09/14] powerpc: Enable device tree support for P3041DS Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 10/14] powerpc: Enable device tree support for P4080DS Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 11/14] powerpc: Enable device tree support for P5040DS Hou Zhiqiang
2019-08-20  9:35 ` [U-Boot] [PATCHv2 12/14] powerpc: dts: add default definition of CONFIG_RESET_VECTOR_ADDRESS Hou Zhiqiang
2019-08-20  9:35 ` Hou Zhiqiang [this message]
2019-08-20  9:35 ` [U-Boot] [PATCHv2 14/14] powerpc: Enable device tree support for MPC8548CDS Hou Zhiqiang
2019-08-27 11:02 ` [U-Boot] [PATCHv2 00/14] powerpc: Enable device tree support Prabhakar Kushwaha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190820093536.39407-14-Zhiqiang.Hou@nxp.com \
    --to=zhiqiang.hou@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.