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 <laurentiu.tudor@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Laurentiu Tudor
2023-08-23 16:25:46 +03:00
committed by Peng Fan
parent b60274e690
commit 487fa1aa97
31 changed files with 2 additions and 627 deletions

View File

@@ -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