summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm/bcm63xx.c
diff options
context:
space:
mode:
authorWilliam Zhang <william.zhang@broadcom.com>2022-07-07 00:00:35 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2022-07-08 14:07:46 -0700
commit889390f83d4eab6d409c0a74b7e17d8a081019ae (patch)
treea6784b64338b2b90b23d11b950df844ffe7a216b /arch/arm/mach-bcm/bcm63xx.c
parentcb23389a2458c2e4bfd6c86a513cbbe1c4d35e76 (diff)
arm: bcmbca: Move BCM63138 ARCH_BCM_63XX to ARCH_BCMBCA
Remove ARCH_BCM_63XX Kconfig for BCM63138 and merge its selections to ARCH_BCMBCA. Delete bcm63xx.c as it is no longer needed. Signed-off-by: William Zhang <william.zhang@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/mach-bcm/bcm63xx.c')
-rw-r--r--arch/arm/mach-bcm/bcm63xx.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/mach-bcm/bcm63xx.c b/arch/arm/mach-bcm/bcm63xx.c
deleted file mode 100644
index c4c66ae51308..000000000000
--- a/arch/arm/mach-bcm/bcm63xx.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (C) 2014 Broadcom Corporation
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#include <linux/of_platform.h>
-
-#include <asm/mach/arch.h>
-
-static const char * const bcm63xx_dt_compat[] = {
- "brcm,bcm63138",
- NULL
-};
-
-DT_MACHINE_START(BCM63XXX_DT, "BCM63xx DSL SoC")
- .dt_compat = bcm63xx_dt_compat,
- .l2c_aux_val = 0,
- .l2c_aux_mask = ~0,
-MACHINE_END