summaryrefslogtreecommitdiffstats
path: root/Documentation/boards
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-01-30 16:48:52 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-01 07:46:58 +0100
commitda985aac86ecdf66f434811c3ad1a5d1969836c1 (patch)
tree6d715106b3a1790c338ef1f9660553d209a1e855 /Documentation/boards
parentff0165a406c245d80126da7ae8eb6170c50fd50a (diff)
downloadbarebox-da985aac86ecdf66f434811c3ad1a5d1969836c1.tar.gz
barebox-da985aac86ecdf66f434811c3ad1a5d1969836c1.tar.xz
firmware: drop the imx subdir
We don't intend to ship any files in this directory, so there is no risk of the directory getting too crowded over time. Drop the subdir as this makes it easier for a outer build system to drop all the needed firmwares into the correct directory. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards')
-rw-r--r--Documentation/boards/imx/nxp-imx8mq-evk.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/boards/imx/nxp-imx8mq-evk.rst b/Documentation/boards/imx/nxp-imx8mq-evk.rst
index 250e517438..8bad9455a5 100644
--- a/Documentation/boards/imx/nxp-imx8mq-evk.rst
+++ b/Documentation/boards/imx/nxp-imx8mq-evk.rst
@@ -37,7 +37,7 @@ As a last step of this process those files need to be placed in
lpddr4_pmu_train_2d_imem.bin; \
do \
cp firmware-imx-8.0/firmware/ddr/synopsys/${f} \
- firmware/imx/${f}; \
+ firmware/${f}; \
done
You will also need to copy the HDMITX controller firmware in order to
@@ -47,7 +47,7 @@ use the HDMI and/or eDP display output::
signed_hdmi_imx8m.bin; \
do \
cp firmware-imx-8.0/firmware/hdmi/cadence/${f} \
- firmware/imx/${f}; \
+ firmware/${f}; \
done
DDR Configuration Code