commit | a83344bae335a59e44c58303a63e8e8e4ce245e7 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Apr 11 17:07:04 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 08:27:20 2022 -0400 |
tree | 0f80d9727600ef9531054ecc856eb3d76ddd773d | |
parent | e375965cb1ac9ee56997124e377885d8e7403127 [diff] |
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>