All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board: tbs2910: Fix BOOTMAPSZ
@ 2016-09-21 11:16 Soeren Moch
  2016-10-04  8:37 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Soeren Moch @ 2016-09-21 11:16 UTC (permalink / raw)
  To: u-boot

The linux kernel imx_v6_v7_defconfig sets the user/kernel memory split
to 3G/1G now (was 2G/2G before). We have to adapt the BOOTMAPSZ so that
the decompressor finds zImage and dtb in lowmem.

Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Stefano Babic <sbabic@denx.de>
Cc: u-boot at lists.denx.de
---
 include/configs/tbs2910.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 85501bc..facd9cf 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -39,7 +39,7 @@
 #define CONFIG_SYS_MEMTEST_END \
 	(CONFIG_SYS_MEMTEST_START + 500 * 1024 * 1024)
 
-#define CONFIG_SYS_BOOTMAPSZ		0x6C000000
+#define CONFIG_SYS_BOOTMAPSZ		0x10000000
 
 /* Serial console */
 #define CONFIG_MXC_UART
-- 
1.9.1

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

* [U-Boot] [PATCH] board: tbs2910: Fix BOOTMAPSZ
  2016-09-21 11:16 [U-Boot] [PATCH] board: tbs2910: Fix BOOTMAPSZ Soeren Moch
@ 2016-10-04  8:37 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2016-10-04  8:37 UTC (permalink / raw)
  To: u-boot

On 21/09/2016 13:16, Soeren Moch wrote:
> The linux kernel imx_v6_v7_defconfig sets the user/kernel memory split
> to 3G/1G now (was 2G/2G before). We have to adapt the BOOTMAPSZ so that
> the decompressor finds zImage and dtb in lowmem.
> 
> Signed-off-by: Soeren Moch <smoch@web.de>
> ---
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: u-boot at lists.denx.de
> ---
>  include/configs/tbs2910.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
> index 85501bc..facd9cf 100644
> --- a/include/configs/tbs2910.h
> +++ b/include/configs/tbs2910.h
> @@ -39,7 +39,7 @@
>  #define CONFIG_SYS_MEMTEST_END \
>  	(CONFIG_SYS_MEMTEST_START + 500 * 1024 * 1024)
>  
> -#define CONFIG_SYS_BOOTMAPSZ		0x6C000000
> +#define CONFIG_SYS_BOOTMAPSZ		0x10000000
>  
>  /* Serial console */
>  #define CONFIG_MXC_UART
> 


Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2016-10-04  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21 11:16 [U-Boot] [PATCH] board: tbs2910: Fix BOOTMAPSZ Soeren Moch
2016-10-04  8:37 ` Stefano Babic

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.