ppc: Remove TARGET_T1040QDS references
authorTom Rini <trini@konsulko.com>
Sun, 21 Feb 2021 01:06:20 +0000 (20:06 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 10 Apr 2021 12:04:42 +0000 (08:04 -0400)
The TARGET_T1040QDS platforms have been removed already, drop some
remaining references in the code.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/powerpc/include/asm/fsl_secure_boot.h
drivers/qe/Kconfig

index 035bf12..25db9f2 100644 (file)
@@ -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) || \
index 864b36b..553ed57 100644 (file)
@@ -14,7 +14,6 @@ config U_QE
        default y if (ARCH_LS1021A && !SD_BOOT && !NAND_BOOT && !QSPI_BOOT) \
                || (TARGET_T1024QDS) \
                || (TARGET_T1024RDB) \
-               || (TARGET_T1040QDS && !NOBQFMAN) \
                || (TARGET_LS1043ARDB && !SPL_NO_QE && !NAND_BOOT && !QSPI_BOOT)
        help
          Choose this option to add support for U QUICC Engine.