diff options
| author | Laurentiu Tudor <[email protected]> | 2023-08-23 16:25:46 +0300 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2023-10-10 10:13:32 +0800 |
| commit | 487fa1aa97bb69eeaf620a229da0aa27b9375a52 (patch) | |
| tree | e3775cecd9a410f0fd0095c091c382f508d2fcd1 /env | |
| parent | b60274e6900ed1b08ad41f6d7fdebb2726ded108 (diff) | |
fsl-layerscape: drop obsolete PPA secure firmware support
PPA was a secure firmware developed in-house which is no longer
supported and replaced by TF-A quite some years ago. Drop support
for it.
Signed-off-by: Laurentiu Tudor <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'env')
| -rw-r--r-- | env/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index 54203faa89e..67b819d47a2 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -645,7 +645,7 @@ config SYS_RELOC_GD_ENV_ADDR config SYS_MMC_ENV_DEV int "mmc device number" - depends on ENV_IS_IN_MMC || ENV_IS_IN_FAT || SYS_LS_PPA_FW_IN_MMC || \ + depends on ENV_IS_IN_MMC || ENV_IS_IN_FAT || \ CMD_MVEBU_BUBT || FMAN_ENET || QE || PHY_CORTINA default 0 help |
