brcm2708: detect Raspberry Pi Zero W
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
committed by
Álvaro Fernández Rojas
parent
a8c2a719fa
commit
4124847772
@@ -28,6 +28,9 @@ brcm2708_detect() {
|
||||
"Raspberry Pi Zero Rev"*)
|
||||
board_name="rpi-zero"
|
||||
;;
|
||||
"Raspberry Pi Zero W Rev"*)
|
||||
board_name="rpi-zero-w"
|
||||
;;
|
||||
*)
|
||||
board_name="unknown"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user