[U-Boot] [PATCH] board: tbs2910: Fix BOOTMAPSZ
Stefano Babic
sbabic at denx.de
Tue Oct 4 10:37:56 CEST 2016
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 at web.de>
> ---
> Cc: Stefano Babic <sbabic at 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
=====================================================================
More information about the U-Boot
mailing list