]> git.baikalelectronics.ru Git - uboot.git/commit
imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN default
authorFabio Estevam <festevam@denx.de>
Sat, 26 Mar 2022 14:47:40 +0000 (11:47 -0300)
committerTom Rini <trini@konsulko.com>
Thu, 7 Apr 2022 14:21:22 +0000 (10:21 -0400)
commit4f76d38c0277c3c8aa17bae2f6643e001db42b7f
tree444b2caa2e0daa6ba40129fb2311b02e9bc2d590
parent2ec60772fa81f129d0dd6dba8bc3af8ea7ff2864
imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN default

When adding new features to imx8m boards, such as DM clock support,
the malloc area can be exhausted.

To avoid such issue, provide a reasonable default for the
SYS_MALLOC_F_LEN size.

Quoting Tom Rini:

"This seems to be an area where everyone is either:
- Kicking the value up a bit for themselves
- Having hard to figure out problems booting the platform because it's
  too small a value until they see someone else picked a larger value.

So lets raise these a bit and get some acks, please."

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Tested-by: Adam Ford <aford173@gmail.com> #imx8mm-beacon, imx8mn-beacon
Tested-by: Heiko Thiery <heiko.thiery@gmail.com>
Kconfig