diff options
author | Anatolij Gustschin <agust@denx.de> | 2013-04-30 11:15:33 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-10 08:16:33 -0400 |
commit | b1e6c4c3d4a2b394096766d959aaa9b51a38099b (patch) | |
tree | f0bdd054bc180010fa87b3f744a8e1f39d7d6935 /board/freescale/mx25pdk/imximage.cfg | |
parent | e4fdcadd8a6eedb1edaabbc85c782b43d4e80fe2 (diff) | |
download | u-boot-imx-b1e6c4c3d4a2b394096766d959aaa9b51a38099b.zip u-boot-imx-b1e6c4c3d4a2b394096766d959aaa9b51a38099b.tar.gz u-boot-imx-b1e6c4c3d4a2b394096766d959aaa9b51a38099b.tar.bz2 |
Fix references to the documentation files
Many boot image configuration files refer to the
appropriate documentation file, but these references
contain typos in the directory and file name. Fix
them. Also fix reference to doc/README.SPL file.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/freescale/mx25pdk/imximage.cfg')
-rw-r--r-- | board/freescale/mx25pdk/imximage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx25pdk/imximage.cfg b/board/freescale/mx25pdk/imximage.cfg index c42a283..8cc8bde 100644 --- a/board/freescale/mx25pdk/imximage.cfg +++ b/board/freescale/mx25pdk/imximage.cfg @@ -15,7 +15,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * Refer docs/README.imxmage for more details about how-to configure + * Refer doc/README.imximage for more details about how-to configure * and create imximage boot image * * The syntax is taken as close as possible with the kwbimage |