From e7bfda2c243e66a75ff966ba04c28b1590b5d24c Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 8 Feb 2020 20:33:30 +0100 Subject: brcm63xx: rename target to bcm63xx This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Signed-off-by: Adrian Schmutzler --- target/linux/brcm63xx/smp/config-default | 17 ----------------- target/linux/brcm63xx/smp/target.mk | 8 -------- 2 files changed, 25 deletions(-) delete mode 100644 target/linux/brcm63xx/smp/config-default delete mode 100644 target/linux/brcm63xx/smp/target.mk (limited to 'target/linux/brcm63xx/smp') diff --git a/target/linux/brcm63xx/smp/config-default b/target/linux/brcm63xx/smp/config-default deleted file mode 100644 index 935e97f91a..0000000000 --- a/target/linux/brcm63xx/smp/config-default +++ /dev/null @@ -1,17 +0,0 @@ -CONFIG_CPU_RMAP=y -CONFIG_CRYPTO_AEAD=y -CONFIG_CRYPTO_AEAD2=y -CONFIG_CRYPTO_HASH2=y -CONFIG_CRYPTO_MANAGER=y -CONFIG_CRYPTO_MANAGER2=y -CONFIG_CRYPTO_NULL2=y -CONFIG_NET_FLOW_LIMIT=y -CONFIG_NR_CPUS=2 -CONFIG_PADATA=y -CONFIG_RCU_STALL_COMMON=y -CONFIG_RFS_ACCEL=y -CONFIG_RPS=y -CONFIG_SMP=y -CONFIG_SMP_UP=y -CONFIG_TREE_RCU=y -CONFIG_XPS=y diff --git a/target/linux/brcm63xx/smp/target.mk b/target/linux/brcm63xx/smp/target.mk deleted file mode 100644 index b0ccf97498..0000000000 --- a/target/linux/brcm63xx/smp/target.mk +++ /dev/null @@ -1,8 +0,0 @@ -BOARDNAME:=smp - -define Target/Description - Build firmware images for BCM63XX boards with SMP support. - Currently only BCM6362 and BCM6368 supported. -endef - - -- cgit v1.2.3