From add12cb688d5a05858beb82a9a3c272767468262 Mon Sep 17 00:00:00 2001 From: Alice Guo Date: Fri, 23 Jan 2026 15:54:06 +0800 Subject: 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 Reviewed-by: Fabio Estevam --- doc/README.pblimage | 2 +- doc/imx/mkimage/imximage.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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// directory, rcw.cfg is for RCW, pbi.cfg is for +board/nxp// 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 -d 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 -- cgit v1.2.3