Skip to content
Snippets Groups Projects
Commit ed377989 authored by lnx build's avatar lnx build Committed by Gerrit - the friendly Code Review server
Browse files

Merge "linux-ramdump-parser-v2: Add support for SDA670" into opensource-tools.lnx.1.0

parents 46401503 0eb697c4
No related branches found
No related tags found
No related merge requests found
......@@ -723,7 +723,9 @@ boards.append(Board630(socid=327))
boards.append(BoardSDM845(socid=321))
boards.append(BoardSDX20(socid=333))
boards.append(BoardSDM670(socid=336))
boards.append(BoardSDM670(socid=337))
def get_supported_boards():
""" Called by other part of the code to get a list of boards """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment