Skip to content
Snippets Groups Projects
Commit 0eb697c4 authored by Kaushal Kumar's avatar Kaushal Kumar
Browse files

linux-ramdump-parser-v2: Add support for SDA670

Add support for detecting SDA670 target and parsing the ramdumps.

Change-Id: Id52f49ccbf843789e1cce5e2249065ea96a9a953
parent 52159953
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