diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-03-13 15:02:57 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-02 10:36:35 +0200 |
commit | d3c8727bcf4942fb40f527d1e4b83832dd6ff06e (patch) | |
tree | 97867867a486225450e09ce34e357e126043ed8e /board | |
parent | 0adc3f8538a3875ab0a48ccdc83b7884e9831f98 (diff) | |
download | u-boot-d3c8727bcf4942fb40f527d1e4b83832dd6ff06e.tar.gz |
imx8mq_evk: README: Fix a typo in the destination path
The DDR firmware binaries should be copied to '$(srctree)', so fix
a typo.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'board')
-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 bd5ee12722..aa9fbd8eaf 100644 --- a/board/freescale/imx8mq_evk/README +++ b/board/freescale/imx8mq_evk/README @@ -21,7 +21,7 @@ $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.9.bin $ chmod +x firmware-imx-7.9.bin $ ./firmware-imx-7.9.bin $ cp firmware-imx-7.9/firmware/hdmi/cadence/signed_hdmi_imx8m.bin $(srctree) -$ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctee) +$ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctree) Build U-Boot ==================== |