]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit28c0b1dc3558e98594871f93a649f590195e5abb
tree0f80d9727600ef9531054ecc856eb3d76ddd773d
parent21bcf7601b275e61cb8026e1dfa0ec4235f29265
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