From 7d7aa2fd924c27829ec25f825481554dd81bce97 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 8 Feb 2020 21:58:55 +0100 Subject: brcm2708: rename target to bcm27xx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Despite, since subtargets range from bcm2708 to bcm2711, it seems appropriate to use bcm27xx instead of bcm2708 (again, as already done for BOARDNAME). This also renames the packages brcm2708-userland and brcm2708-gpu-fw. Signed-off-by: Adrian Schmutzler Acked-by: Álvaro Fernández Rojas --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/Config-images.in') diff --git a/config/Config-images.in b/config/Config-images.in index 4ee0273f63..a32de19826 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -262,7 +262,7 @@ menu "Target Images" int "Kernel partition size (in MB)" depends on GRUB_IMAGES || USES_BOOT_PART default 8 if TARGET_apm821xx_sata - default 64 if TARGET_brcm2708 + default 64 if TARGET_bcm27xx default 16 config TARGET_ROOTFS_PARTSIZE -- cgit v1.2.3