summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.pblimage2
-rw-r--r--doc/imx/mkimage/imximage.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.pblimage b/doc/README.pblimage
index 58202c14a28..e99b010d262 100644
--- a/doc/README.pblimage
+++ b/doc/README.pblimage
@@ -61,7 +61,7 @@ Following steps describe it in detail.
Board specific configuration file specifications:
------------------------------------------------
1. Configuration files rcw.cfg and pbi.cfg must present in the
-board/freescale/<BOARD>/ directory, rcw.cfg is for RCW, pbi.cfg is for
+board/nxp/<BOARD>/ directory, rcw.cfg is for RCW, pbi.cfg is for
PBI instructions. File name must not be changed since they are used
in Makefile.
2. These files can have empty lines and lines starting with "#" as first
diff --git a/doc/imx/mkimage/imximage.txt b/doc/imx/mkimage/imximage.txt
index fa4e486661c..cb2670562e7 100644
--- a/doc/imx/mkimage/imximage.txt
+++ b/doc/imx/mkimage/imximage.txt
@@ -25,7 +25,7 @@ Command syntax:
-e <execution address> -d <u-boot binary> <output image file>
For example, for the mx51evk board:
-./tools/mkimage -n ./board/freescale/mx51evk/imximage.cfg \
+./tools/mkimage -n ./board/nxp/mx51evk/imximage.cfg \
-T imximage -e 0x97800000 \
-d u-boot.bin u-boot.imx