Skip to content
Snippets Groups Projects
Commit 342e9810 authored by blogic's avatar blogic
Browse files

brcm2708: add Raspberry Pi Compute Module support


Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46403 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent f29a1623
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,11 @@ define Profile/RaspberryPi_BPlus/Description ...@@ -28,3 +28,11 @@ define Profile/RaspberryPi_BPlus/Description
Raspberry Pi Model B+ Raspberry Pi Model B+
endef endef
$(eval $(call Profile,RaspberryPi_BPlus)) $(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))
...@@ -73,6 +73,8 @@ ifeq ($(SUBTARGET),bcm2708) ...@@ -73,6 +73,8 @@ ifeq ($(SUBTARGET),bcm2708)
$(eval $(call add_bcm2708,RaspberryPi_B,rpi-b,bcm2708-rpi-b)) $(eval $(call add_bcm2708,RaspberryPi_B,rpi-b,bcm2708-rpi-b))
# Raspberry Pi Model B+ # Raspberry Pi Model B+
$(eval $(call add_bcm2708,RaspberryPi_BPlus,rpi-b-plus,bcm2708-rpi-b-plus)) $(eval $(call add_bcm2708,RaspberryPi_BPlus,rpi-b-plus,bcm2708-rpi-b-plus))
# Raspberry Pi Compute Module
$(eval $(call add_bcm2708,RaspberryPi_CM,rpi-cm,bcm2708-rpi-cm))
endif endif
### BCM2709/BCM2836 ### ### BCM2709/BCM2836 ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment