diff options
| author | Holger Brunck <holger.brunck@hitachienergy.com> | 2022-08-19 16:55:06 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-08-20 22:45:00 -0400 | 
| commit | 845102cbe9fb752b7e02e74169f375c4ca54ed6a (patch) | |
| tree | 2617095d8cc053f2404320304a67e5103991622d /drivers/qe | |
| parent | c50ff4a933d5617415221bbb85b0bfa5247b697a (diff) | |
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.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index bd0a10c9d21..8342c3389c1 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, | 
