
Subject: [PATCH v2] imx: imx8mm_evk: remove hdmi fw info from README
The imx8mm doesn't require the hdmi firmware. Update also the fw version.
Signed-off-by: Flavio Suligoi f.suligoi@asem.it
Reviewed-by: Peng Fan peng.fan@nxp.com
board/freescale/imx8mm_evk/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/freescale/imx8mm_evk/README b/board/freescale/imx8mm_evk/README index c908c0a..9921b35 100644 --- a/board/freescale/imx8mm_evk/README +++ b/board/freescale/imx8mm_evk/README @@ -15,12 +15,12 @@ branch: imx_4.19.35_1.0.0 $ make PLAT=imx8mm bl31 $ cp build/imx8mm/release/bl31.bin $(builddir)
-Get the ddr and hdmi firmware
+Get the ddr firmware
$ wget https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww. nxp.com%2Flgfiles%2FNMG%2FMAD%2FYOCTO%2Ffirmware-imx-8.0.bin&a mp;data=02%7C01%7Cpeng.fan%40nxp.com%7C4198201e43f44f142e5908d 79a5e3bc1%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637147 601824932012&sdata=F087hnnZfZa9NTtxoCuTuCEAEIeaJ5mv0X2l3QTXJ mw%3D&reserved=0 $ chmod +x firmware-imx-8.0.bin $ ./firmware-imx-8.0 -$ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(builddir) +$ cp firmware-imx-8.0/firmware/ddr/synopsys/lpddr4*.bin $(builddir)
Build U-Boot
-- 2.7.4