aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/immap_85xx.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-14 21:34:21 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 19:52:23 -0400
commit98898601b46920904e63419fa38dd16a3e3b740e (patch)
tree2e384808ca5ebd7fa88ac869de8ea8b6703ea213 /arch/powerpc/include/asm/immap_85xx.h
parenta8571337d78093d2aff25add22df5cdc4e30f8a9 (diff)
downloadu-boot-98898601b46920904e63419fa38dd16a3e3b740e.zip
u-boot-98898601b46920904e63419fa38dd16a3e3b740e.tar.gz
u-boot-98898601b46920904e63419fa38dd16a3e3b740e.tar.bz2
ppc: Remove MPC8555CDS boards
These boards have not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove them. As this is the only ARCH_MPC8555 platform left, remove that support as well. Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/include/asm/immap_85xx.h')
-rw-r--r--arch/powerpc/include/asm/immap_85xx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h
index b6770c4..1411b3f 100644
--- a/arch/powerpc/include/asm/immap_85xx.h
+++ b/arch/powerpc/include/asm/immap_85xx.h
@@ -124,8 +124,7 @@ typedef struct ccsr_i2c {
} ccsr_i2c_t;
#if defined(CONFIG_ARCH_MPC8540) || \
- defined(CONFIG_ARCH_MPC8548) || \
- defined(CONFIG_ARCH_MPC8555)
+ defined(CONFIG_ARCH_MPC8548)
/* DUART Registers */
typedef struct ccsr_duart {
u8 res1[1280];