diff options
| author | Tom Rini <[email protected]> | 2026-01-28 08:39:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-28 08:39:52 -0600 |
| commit | cd4f4f74213aa02df1a0f2c533cd2cabfac6aa2e (patch) | |
| tree | afd975b1faab29828f8fdf73eb0aa063a7025fa4 /doc | |
| parent | 4234f4d432bf1dcd30b5fee91c71abc1acae5e75 (diff) | |
| parent | 8e918cbe7a1cb87d0b18df91ed1edec9fff2f941 (diff) | |
Merge tag 'fsl-qoriq-for-2026.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Rename freescale to nxp
- Add CPLD support via IFC to the ls1021a-iot board
- Use scmi_clk_state_in_v2 in sandbox
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.pblimage | 2 | ||||
| -rw-r--r-- | doc/imx/mkimage/imximage.txt | 2 |
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 |
