summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/image
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-21 17:49:43 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-21 20:17:38 +0200
commit63cb2fb88d3c4f919a00743b1fdbed1cf977d935 (patch)
tree0483439dd4b33598fda1440686da1a9db37458f5 /target/linux/brcm2708/image
parenta95d64a2697d2ab1274f0128a9d536f1b01b14fb (diff)
downloadmaster-31e0f0ae-63cb2fb88d3c4f919a00743b1fdbed1cf977d935.tar.gz
master-31e0f0ae-63cb2fb88d3c4f919a00743b1fdbed1cf977d935.tar.bz2
master-31e0f0ae-63cb2fb88d3c4f919a00743b1fdbed1cf977d935.zip
brcm2708: properly detect the Raspberry Pi Zero
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/image')
-rw-r--r--target/linux/brcm2708/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile
index 269e0159c9..6916a2b4ae 100644
--- a/target/linux/brcm2708/image/Makefile
+++ b/target/linux/brcm2708/image/Makefile
@@ -54,7 +54,7 @@ endef
DEVICE_VARS += DEVICE_DTS
define Device/rpi
- DEVICE_TITLE := Raspberry Pi B/B+/CM
+ DEVICE_TITLE := Raspberry Pi B/B+/CM/Zero
DEVICE_DTS := bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm
endef
ifeq ($(SUBTARGET),bcm2708)