tools: imx8m_image: Change source path for DDR firmware to build dir
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Wed, 11 Dec 2019 10:06:06 +0000 (10:06 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Jan 2020 09:26:57 +0000 (10:26 +0100)
commit162c72c80445636ec73f8833b9e91f0128d21b8f
tree1900bcde3de61ae2ec9ea15d6b5bc129ff0a37c1
parent44ad496143beb7929eae7ec1cb0b3a721012dfeb
tools: imx8m_image: Change source path for DDR firmware to build dir

The DDR firmware binaries are not part of the U-Boot source code, so
we should look for them in the build directory, where they need to be
copied to before building U-Boot.

The ATF binary is already fetched from the build directory, but the
README files for the i.MX8M EVKs claim that it needs to be copied to
the source directory (which is still true for in-tree builds, but not
in general). Therefore we also fix the READMEs to use the build
directory as the correct location for all additional binary files.

Sined-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
board/freescale/imx8mm_evk/README
board/freescale/imx8mq_evk/README
tools/imx8m_image.sh