]> git.baikalelectronics.ru Git - uboot.git/commit
Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LEN
authorBiwen Li <biwen.li@nxp.com>
Tue, 31 Dec 2019 07:33:40 +0000 (15:33 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 4 Feb 2020 10:50:25 +0000 (16:20 +0530)
commit72ab5ebf53fea750208d3c7ec947d4e8951017df
treea7ef65f16585758d2a031764fb6bac4fa3ead62a
parent29db01529ecc346243c061cdef177fea1eb97e4e
Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LEN

The default value of CONFIG_SYS_MALLOC_F_LEN (0x400)
leaves U-Boot with not enough memory to load i2c driver
before relocate, causing it to hang.

Change the default value of CONFIG_SYS_MALLOC_F_LEN
for below SoCs,
- LS1012A
- LS1021A
- LS1043A
- LS1046A

Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Kconfig