All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M
@ 2020-01-15  1:41 Dhananjay Phadke
  2020-01-15 14:06 ` Bin Meng
  2020-01-23 22:01 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Dhananjay Phadke @ 2020-01-15  1:41 UTC (permalink / raw)
  To: u-boot

FIT image contents can be larger than default bootm limit 8M
with initrd. Raise limit to 64MB which is commonly used
elsewhere.

Signed-off-by: Dhananjay Phadke <dphadke@linux.microsoft.com>
---

 include/configs/qemu-arm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h
index fb599c9510..1ef75a8783 100644
--- a/include/configs/qemu-arm.h
+++ b/include/configs/qemu-arm.h
@@ -17,6 +17,8 @@
 #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + SZ_2M)
 #define CONFIG_SYS_MALLOC_LEN		SZ_16M
 
+#define CONFIG_SYS_BOOTM_LEN		SZ_64M
+
 /* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */
 #define CONFIG_SYS_HZ                       1000
 
-- 
2.17.1

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

* [PATCH] qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M
  2020-01-15  1:41 [PATCH] qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M Dhananjay Phadke
@ 2020-01-15 14:06 ` Bin Meng
  2020-01-23 22:01 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Bin Meng @ 2020-01-15 14:06 UTC (permalink / raw)
  To: u-boot

On Wed, Jan 15, 2020 at 7:27 PM Dhananjay Phadke
<dphadke@linux.microsoft.com> wrote:
>
> FIT image contents can be larger than default bootm limit 8M
> with initrd. Raise limit to 64MB which is commonly used
> elsewhere.
>
> Signed-off-by: Dhananjay Phadke <dphadke@linux.microsoft.com>
> ---
>
>  include/configs/qemu-arm.h | 2 ++
>  1 file changed, 2 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

* [PATCH] qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M
  2020-01-15  1:41 [PATCH] qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M Dhananjay Phadke
  2020-01-15 14:06 ` Bin Meng
@ 2020-01-23 22:01 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-01-23 22:01 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 14, 2020 at 05:41:41PM -0800, Dhananjay Phadke wrote:

> FIT image contents can be larger than default bootm limit 8M
> with initrd. Raise limit to 64MB which is commonly used
> elsewhere.
> 
> Signed-off-by: Dhananjay Phadke <dphadke@linux.microsoft.com>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200123/5f6dc374/attachment.sig>

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

end of thread, other threads:[~2020-01-23 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15  1:41 [PATCH] qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M Dhananjay Phadke
2020-01-15 14:06 ` Bin Meng
2020-01-23 22:01 ` Tom Rini

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.