From 31f9aec7d61f24f50f2ce37a47558afbad410317 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 21 Nov 2015 21:25:04 +0000 Subject: brcm2708: add support for multi-device images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 47561 --- .../linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 34 ++++------------------ 1 file changed, 5 insertions(+), 29 deletions(-) (limited to 'target/linux/brcm2708/bcm2708') diff --git a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk b/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk index dcf6e0599b..9f698a711d 100644 --- a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk +++ b/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk @@ -5,34 +5,10 @@ # See /LICENSE for more information. # -define Profile/Default - NAME:=Raspberry Pi +define Profile/RaspberryPi + NAME:=Raspberry Pi Models B/B+/CM endef -define Profile/Default/Description - Raspberry Pi +define Profile/RaspberryPi/Description + Raspberry Pi Models B/B+/CM endef -$(eval $(call Profile,Default)) - -define Profile/RaspberryPi_B - NAME:=Raspberry Pi Model B -endef -define Profile/RaspberryPi_B/Description - Raspberry Pi Model B -endef -$(eval $(call Profile,RaspberryPi_B)) - -define Profile/RaspberryPi_BPlus - NAME:=Raspberry Pi Model B+ -endef -define Profile/RaspberryPi_BPlus/Description - Raspberry Pi Model B+ -endef -$(eval $(call Profile,RaspberryPi_BPlus)) - -define Profile/RaspberryPi_CM - NAME:=Raspberry Pi Compute Module -endef -define Profile/RaspberryPi_CM/Description - Raspberry Pi Model Compute Module -endef -$(eval $(call Profile,RaspberryPi_CM)) +$(eval $(call Profile,RaspberryPi)) -- cgit v1.2.3