Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ
authorPeng Fan <peng.fan@nxp.com>
Mon, 11 Apr 2022 09:07:04 +0000 (17:07 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 11 Apr 2022 12:27:20 +0000 (08:27 -0400)
commitb598957206e541b3f8876ae34a15fac6da90dcef
tree0f80d9727600ef9531054ecc856eb3d76ddd773d
parent33ae8c5bebba0874fbc432914406e63fbc219080
Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

i.MX8MQ use SYS_MALLOC_F_LEN 0x2000, not 0x10000. The OCRAM_S only has
32KB memory, use 0x10000 will make SPL not bootable.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Kconfig