diff options
| author | Tom Rini <[email protected]> | 2021-02-20 20:06:20 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-10 08:04:42 -0400 |
| commit | bf85995a25b65746b3b585a86227e868ca454bd4 (patch) | |
| tree | 1499f5be44a5de70de8132e480e9323fea91489d /drivers | |
| parent | 37d14f3b6eff2529a96f4a9b8ef9b49afc9400d8 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/qe/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/qe/Kconfig b/drivers/qe/Kconfig index 864b36b8225..553ed5780e5 100644 --- a/drivers/qe/Kconfig +++ b/drivers/qe/Kconfig @@ -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. |
