summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlice Guo <[email protected]>2026-01-23 15:54:06 +0800
committerPeng Fan <[email protected]>2026-01-28 14:26:50 +0800
commitadd12cb688d5a05858beb82a9a3c272767468262 (patch)
tree7f05ff0eefbd8c46e70131d74f0f9e5713cbeac7 /doc
parent424b324165ea0343598c5a8b52591ea504dcde52 (diff)
board: nxp: Rename board directory from board/freescale to board/nxp
This patch renames the board directory from board/freescale to board/nxp because NXP now provides Board Support Packages (BSPs) and tools for the former Freescale i.MX and other i.MX products. All relevant references have been updated accordingly. This change does not affect functionality. Signed-off-by: Alice Guo <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
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