diff options
author | Fabio Estevam | 2019-12-11 10:49:30 -0300 |
---|---|---|
committer | Stefano Babic | 2019-12-27 12:15:09 +0100 |
commit | 3b5aefac569dcf53152eebae9cf419ecd9ac76f0 (patch) | |
tree | 64314fd7d30a5665434e421de74cf32dcdc1204c /board/freescale/imx8mq_evk | |
parent | 502f3ca00ae82dde65f43173eb3df3b2b7574f4b (diff) |
imx8mq_evk: Update the required ATF branch
Following the README instructions leads to a non-booting
U-Boot:
U-Boot SPL 2020.01-rc3-00070-g9a0cbae22a (Nov 25 2019 - 13:08:24 -0300)
PMIC: PFUZE100 ID=0x10
DDRINFO: start DRAM init
DDRINFO:ddrphy calibration done
DDRINFO: ddrmix config done
Normal Boot
Trying to boot from MMC2
(It hangs here)
Use the "imx_4.19.35_1.0.0" ATF branch instead, which
fixes such problem and allow the boot to complete again.
Suggested-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/freescale/imx8mq_evk')
-rw-r--r-- | board/freescale/imx8mq_evk/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/imx8mq_evk/README b/board/freescale/imx8mq_evk/README index c1d400bcf92..4f671b069cb 100644 --- a/board/freescale/imx8mq_evk/README +++ b/board/freescale/imx8mq_evk/README @@ -11,7 +11,7 @@ Get and Build the ARM Trusted firmware ====================================== Note: srctree is U-Boot source directory Get ATF from: https://source.codeaurora.org/external/imx/imx-atf -branch: imx_4.14.62_1.0.0_beta +branch: imx_4.19.35_1.0.0 $ make PLAT=imx8mq bl31 $ cp build/imx8mq/release/bl31.bin $(srctree) |