summaryrefslogtreecommitdiff
path: root/drivers/qe
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@hitachienergy.com>2022-08-19 17:55:06 +0300
committerTom Rini <trini@konsulko.com>2022-08-21 05:45:00 +0300
commit845102cbe9fb752b7e02e74169f375c4ca54ed6a (patch)
tree2617095d8cc053f2404320304a67e5103991622d /drivers/qe
parentc50ff4a933d5617415221bbb85b0bfa5247b697a (diff)
downloadu-boot-845102cbe9fb752b7e02e74169f375c4ca54ed6a.tar.xz
powerpc: remove support for kmtergr1 and MPC8309
The kmtegr1 board is out of maintenance and can be removed. As it is the only board in the tree using MPC8309 the support for this CPU is dropped completely. Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
Diffstat (limited to 'drivers/qe')
-rw-r--r--drivers/qe/qe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c
index bd0a10c9d2..8342c3389c 100644
--- a/drivers/qe/qe.c
+++ b/drivers/qe/qe.c
@@ -119,12 +119,10 @@ static void qe_sdma_init(void)
*/
static u8 thread_snum[] = {
/* Evthreads 16-29 are not supported in MPC8309 */
-#if !defined(CONFIG_ARCH_MPC8309)
0x04, 0x05, 0x0c, 0x0d,
0x14, 0x15, 0x1c, 0x1d,
0x24, 0x25, 0x2c, 0x2d,
0x34, 0x35,
-#endif
0x88, 0x89, 0x98, 0x99,
0xa8, 0xa9, 0xb8, 0xb9,
0xc8, 0xc9, 0xd8, 0xd9,