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 <sm...@web.de> > --- > Cc: Stefano Babic <sba...@denx.de> > Cc: u-boot@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: sba...@denx.de ===================================================================== _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot