Chip ID equals to RK3568 on Radxa Rock 3B
This commit is contained in:
parent
5ae9bf9598
commit
6d44d27d60
1 changed files with 0 additions and 4 deletions
|
|
@ -468,8 +468,6 @@ class Board:
|
|||
board = boards.PCDUINO3
|
||||
elif board_value == "rock-3a":
|
||||
board = boards.ROCK_PI_3A
|
||||
elif board_value == "rock-3b":
|
||||
board = boards.ROCK_PI_3B
|
||||
elif board_value == "radxa-zero3":
|
||||
board = boards.RADXA_ZERO3
|
||||
elif board_value == "repka-pi3-h5":
|
||||
|
|
@ -685,8 +683,6 @@ class Board:
|
|||
board = boards.ROCK_PI_4_SE
|
||||
if board_value and "ROCK3 Model A" in board_value:
|
||||
board = boards.ROCK_PI_3A
|
||||
if board_value and "ROCK 3 Model B" in board_value:
|
||||
board = boards.ROCK_PI_3B
|
||||
return board
|
||||
|
||||
def _libre_id(self) -> Optional[str]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue