Commits
Ye Li committed 336ac1827ff
MLK-21994 imx8qm/qxp: Enlarge SPL MAX size to 192KB 2019 uboot has enabled DM in SPL on imx8qm/qxp builds. The DM needs larger size than non-DM version. When enable both SPL DM USB host and gadget drivers, we meets problem that SPL size exceeds the max. This patch moves SPL runtime malloc to DDR memory. So we can have more 64KB OCRAM for SPL and its max size reaches to 192KB. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>