MLK-21848-10 imx8qxp_mek: Update defconfig files for SPL
authorYe Li <ye.li@nxp.com>
Fri, 26 Apr 2019 06:15:31 +0000 (23:15 -0700)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 10:38:55 +0000 (03:38 -0700)
commit3f7ccc79cbb166e321d5d17d60fd89569de9be1b
tree8de73d923d77b7e1f3e2005430104e02192faec2
parent5bc64742c1fbf3949de0e3318fbf21c6f3d2e369
MLK-21848-10 imx8qxp_mek: Update defconfig files for SPL

1. Remove FIT support and enable TINY printf for saving SPL size.
2. Fix wrong SPL regulator driver enabled, show use fixed regulator not
   gpio.
3. Add flexspi defconfig which uses SPI relevant SPL configs and disable
   MMC, GPIO and regulator SPL drivers.
4. Enable the panic. Since we use PSCI to reset, but ATF is not boot when
   SPL is running.
5. Use full malloc not simple malloc which has dedicated malloc pool
   to support large pool size. The simple malloc size is also used by
   early malloc which occupies the stack space. This causes we can't
   have a large malloc pool

Signed-off-by: Ye Li <ye.li@nxp.com>
configs/imx8qxp_mek_defconfig
configs/imx8qxp_mek_fspi_defconfig [new file with mode: 0644]