Skip to content

Commit cf626be

Browse files
author
Alvaro Figueroa
committed
Adding support for the BeagleV Starfive, chip VIC-U7
1 parent dd3057d commit cf626be

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

adafruit_platformdetect/board.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -245,20 +245,9 @@ def _beaglebone_id(self):
245245
return model
246246

247247
board_value = self.detector.get_armbian_release_field("BOARD")
248-
<<<<<<< HEAD
249248

250249
if board_value == "freedom-u74-arty":
251250
return boards.BEAGLEV_STARFIV
252-
=======
253-
board = None
254-
255-
if board_value == "freedom-u74-arty":
256-
board = boards.BEAGLEV_STARFIV
257-
258-
if self.detector.chip.id != chips.BCi:
259-
# Something else, not a Pi.
260-
return None
261-
>>>>>>> d720af9... Adding support for the BeagleV Starfive, chip VIC-U7
262251

263252
return None
264253

0 commit comments

Comments
 (0)