diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-09 10:16:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-20 21:18:15 -0400 |
commit | 0040ed7e0c7b655c7e9e60b12a203eb1463ceffe (patch) | |
tree | fc845dce2cf6f3af3d92d8477e94996c7f59f0c7 /doc/README.pblimage | |
parent | cd9b71c3f629c97a0e516d2ad2d2e4baae74d440 (diff) | |
download | u-boot-0040ed7e0c7b655c7e9e60b12a203eb1463ceffe.zip u-boot-0040ed7e0c7b655c7e9e60b12a203eb1463ceffe.tar.gz u-boot-0040ed7e0c7b655c7e9e60b12a203eb1463ceffe.tar.bz2 |
ppc: Remove corenet_ds boards
These boards have been orphaned for some time and are behind on various
DM migrations. Remove them.
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/README.pblimage')
-rw-r--r-- | doc/README.pblimage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.pblimage b/doc/README.pblimage index 7fdd26b..58202c1 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/corenet_ds/, rcw.cfg is for RCW, pbi.cfg is for +board/freescale/<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 |