mbox series

[V2,0/5] imx8mp: evk: fix boot and update

Message ID 20200512093901.14831-1-peng.fan@nxp.com
Headers show
Series imx8mp: evk: fix boot and update | expand

Message

Peng Fan May 12, 2020, 9:38 a.m. UTC
V2:
 Split code into minor patches
 Update fix boot patch, use simple malloc and drop malloc_f
 Tested 5.4.24 kernel, boots well.

Peng Fan (5):
  imx8mp_evk: spl: drop useless code
  imx8mp_evk: spl: drop timer_init
  imx8mp_evk: spl: use spl_early_init
  imx8mp_evk: spl: no need the code since spl framework could do that
  imx: imx8mp_evk: fix boot issue

 board/freescale/imx8mp_evk/spl.c | 28 ++++------------------------
 configs/imx8mp_evk_defconfig     |  3 ++-
 include/configs/imx8mp_evk.h     | 12 +++++-------
 3 files changed, 11 insertions(+), 32 deletions(-)