From 63cb2fb88d3c4f919a00743b1fdbed1cf977d935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 21 Jun 2016 17:49:43 +0200 Subject: brcm2708: properly detect the Raspberry Pi Zero MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/base-files/lib/brcm2708.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/brcm2708/base-files/lib/brcm2708.sh') diff --git a/target/linux/brcm2708/base-files/lib/brcm2708.sh b/target/linux/brcm2708/base-files/lib/brcm2708.sh index 5a59a2826d..ab7a23da96 100644 --- a/target/linux/brcm2708/base-files/lib/brcm2708.sh +++ b/target/linux/brcm2708/base-files/lib/brcm2708.sh @@ -18,6 +18,9 @@ brcm2708_detect() { "Raspberry Pi Compute Module Rev"*) board_name="rpi-cm" ;; + "Raspberry Pi Zero Rev"*) + board_name="rpi-zero" + ;; "Raspberry Pi 2 Model B Rev"*) board_name="rpi-2-b" ;; -- cgit v1.2.3