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 /include | |
| 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 'include')
| -rw-r--r-- | include/configs/ls1046a_common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 38fb1d45bcb..867b098a073 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -21,8 +21,7 @@ (defined(CONFIG_NAND_BOOT) || defined(CONFIG_QSPI_BOOT)) #define SPL_NO_MMC #endif -#if defined(CONFIG_SPL_BUILD) && \ - !defined(CONFIG_SPL_FSL_LS_PPA) +#if defined(CONFIG_SPL_BUILD) #define SPL_NO_IFC #endif |
