diff options
| author | Tom Rini <[email protected]> | 2022-08-22 12:32:52 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-22 12:32:52 -0400 |
| commit | 61e887fb9cbb6e1d64c2383a865f79ed3570bcf8 (patch) | |
| tree | 5a7451657f4af0094bd3428b18926ea3f5f4e4ed /drivers | |
| parent | f5abb5b110c212f79db51600cbc69f63b905f362 (diff) | |
| parent | b6d4e0850bc3951dd981c12d99d3c705d77f8224 (diff) | |
Merge branch '2022-08-22-platform-removals-CI-updates'
- Remove a few more platforms, update CI to Ubuntu 22.04 and perform
some other other minor updates to Azure.
Diffstat (limited to 'drivers')
| -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, |
