aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/image
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-22 15:06:43 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-22 15:06:43 +0200
commit61d1d288b993532a0882dfdbc1f82d33596cfe08 (patch)
tree5c4e8148d31f2cd7a314a37e0fe610ba7f220fae /target/linux/brcm2708/image
parent165abaf3bcd5ef731fc1e293171a8fea751dc769 (diff)
downloadmaster-187ad058-61d1d288b993532a0882dfdbc1f82d33596cfe08.tar.gz
master-187ad058-61d1d288b993532a0882dfdbc1f82d33596cfe08.tar.bz2
master-187ad058-61d1d288b993532a0882dfdbc1f82d33596cfe08.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 94a9b3e0e7..f594c5b056 100644
--- a/target/linux/brcm2708/image/Makefile
+++ b/target/linux/brcm2708/image/Makefile
@@ -53,7 +53,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)