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 /include/linux | |
| 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 'include/linux')
| -rw-r--r-- | include/linux/immap_qe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/immap_qe.h b/include/linux/immap_qe.h index 022771fff5d..45307f51c10 100644 --- a/include/linux/immap_qe.h +++ b/include/linux/immap_qe.h @@ -16,7 +16,7 @@ #define QE_MURAM_SIZE 0xc000UL #define MAX_QE_RISC 2 #define QE_NUM_OF_SNUM 28 -#elif defined(CONFIG_ARCH_MPC832X) || defined(CONFIG_ARCH_MPC8309) +#elif defined(CONFIG_ARCH_MPC832X) #define QE_MURAM_SIZE 0x4000UL #define MAX_QE_RISC 1 #define QE_NUM_OF_SNUM 28 |
