diff options
| author | Tom Rini <[email protected]> | 2022-08-20 22:39:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-20 22:39:42 -0400 |
| commit | f5abb5b110c212f79db51600cbc69f63b905f362 (patch) | |
| tree | 1f251a352b0e3d025eeacacbb8c6f23c19edf487 /doc | |
| parent | 3212be5e24c5861c4209785fd5f654f43fe9d409 (diff) | |
| parent | 94633c36f9eb34e721faf38270b3dddc8f1cdaed (diff) | |
Merge branch '2022-08-20-enforce-DM_ETH-migration'
Enforce requiring DM_ETH to be enabled for ethernet drivers, as the
migration deadline has well passed. To facilitate this, we remove some
non-migrated platforms and disable networking on a few others. Finally
we remove some of the now-useless non-DM_ETH code in some platforms as a
prerequisite for DM_ETH being set.
Diffstat (limited to 'doc')
| -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 7fdd26b71b2..58202c14a28 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 |
