aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/fsl_lbc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-14 21:34:20 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 19:52:23 -0400
commita8571337d78093d2aff25add22df5cdc4e30f8a9 (patch)
tree50301d40ffc2cac1a6c368901f6c0170a14d98e4 /arch/powerpc/include/asm/fsl_lbc.h
parent5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b (diff)
downloadu-boot-a8571337d78093d2aff25add22df5cdc4e30f8a9.zip
u-boot-a8571337d78093d2aff25add22df5cdc4e30f8a9.tar.gz
u-boot-a8571337d78093d2aff25add22df5cdc4e30f8a9.tar.bz2
ppc: Remove MPC8541CDS board
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. As this is the only MPC8541 target left, remove that architecture 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/fsl_lbc.h')
-rw-r--r--arch/powerpc/include/asm/fsl_lbc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/fsl_lbc.h b/arch/powerpc/include/asm/fsl_lbc.h
index bf352d9..ae17608 100644
--- a/arch/powerpc/include/asm/fsl_lbc.h
+++ b/arch/powerpc/include/asm/fsl_lbc.h
@@ -325,8 +325,7 @@ void lbc_sdram_init(void);
#define LCRR_CLKDIV 0x0000001F
#define LCRR_CLKDIV_SHIFT 0
#if defined(CONFIG_MPC83xx) || defined(CONFIG_ARCH_MPC8540) || \
- defined(CONFIG_ARCH_MPC8541) || defined(CONFIG_ARCH_MPC8555) || \
- defined(CONFIG_ARCH_MPC8560)
+ defined(CONFIG_ARCH_MPC8555) || defined(CONFIG_ARCH_MPC8560)
#define LCRR_CLKDIV_2 0x00000002
#define LCRR_CLKDIV_4 0x00000004
#define LCRR_CLKDIV_8 0x00000008