From 845102cbe9fb752b7e02e74169f375c4ca54ed6a Mon Sep 17 00:00:00 2001 From: Holger Brunck Date: Fri, 19 Aug 2022 16:55:06 +0200 Subject: 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 --- include/linux/immap_qe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') 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 -- cgit v1.2.3