diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-02-28 15:18:12 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-16 23:06:54 -0400 |
commit | b09e28fc54bb51c41df9e0302f3ddac952c6d9fa (patch) | |
tree | 78d0dd8946105712726b0694727f3833c546cc4f /doc | |
parent | 480e4115f780d95ecc0c2ec13cb4525db0954e83 (diff) | |
download | u-boot-b09e28fc54bb51c41df9e0302f3ddac952c6d9fa.zip u-boot-b09e28fc54bb51c41df9e0302f3ddac952c6d9fa.tar.gz u-boot-b09e28fc54bb51c41df9e0302f3ddac952c6d9fa.tar.bz2 |
doc: update reference to README.imximage
Update reference in many files detected by
scripts/documentation-file-ref-check
README.imximage => imx/mkimage/imximage.txt
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imx/misc/sdp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imx/misc/sdp.txt b/doc/imx/misc/sdp.txt index 6ea6e41..49b2812 100644 --- a/doc/imx/misc/sdp.txt +++ b/doc/imx/misc/sdp.txt @@ -22,7 +22,7 @@ described in the manual. It is a replacement for Freescale's MFGTOOLS. The host side utilities are typically capable to interpret the i.MX -specific image header (see doc/README.imximage). There are extensions +specific image header (see doc/imx/mkimage/imximage.txt). There are extensions for imx_loader's imx_usb utility which allow to interpret the U-Boot specific legacy image format (see mkimage(1)). Also the U-Boot side support beside the i.MX specific header the U-Boot legacy header. |