]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit419aebc3938d8b5082bed0e2a29078c5a3673041
tree1900bcde3de61ae2ec9ea15d6b5bc129ff0a37c1
parent553ebcef1576ced51b272306749b003f4c11a77d
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