diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:06:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 08:04:42 -0400 |
commit | bf85995a25b65746b3b585a86227e868ca454bd4 (patch) | |
tree | 1499f5be44a5de70de8132e480e9323fea91489d /arch/powerpc/include | |
parent | 37d14f3b6eff2529a96f4a9b8ef9b49afc9400d8 (diff) | |
download | u-boot-bf85995a25b65746b3b585a86227e868ca454bd4.zip u-boot-bf85995a25b65746b3b585a86227e868ca454bd4.tar.gz u-boot-bf85995a25b65746b3b585a86227e868ca454bd4.tar.bz2 |
ppc: Remove TARGET_T1040QDS references
The TARGET_T1040QDS platforms have been removed already, drop some
remaining references in the code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 035bf12..25db9f2 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -25,7 +25,6 @@ defined(CONFIG_TARGET_T4240QDS) || \ defined(CONFIG_TARGET_T2080QDS) || \ defined(CONFIG_TARGET_T2080RDB) || \ - defined(CONFIG_TARGET_T1040QDS) || \ defined(CONFIG_TARGET_T1040RDB) || \ defined(CONFIG_TARGET_T1040D4RDB) || \ defined(CONFIG_TARGET_T1042RDB) || \ |