brcm2708: fix RPi model B plus support
Not sure if B+ is used or not (mine has B Plus) so leave both Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 48311
This commit is contained in:
@@ -11,6 +11,7 @@ brcm2708_detect() {
|
|||||||
"Raspberry Pi Model B Rev"*)
|
"Raspberry Pi Model B Rev"*)
|
||||||
board_name="rpi-b"
|
board_name="rpi-b"
|
||||||
;;
|
;;
|
||||||
|
"Raspberry Pi Model B Plus Rev"* |\
|
||||||
"Raspberry Pi Model B+ Rev"*)
|
"Raspberry Pi Model B+ Rev"*)
|
||||||
board_name="rpi-b-plus"
|
board_name="rpi-b-plus"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user