Skip to content
Snippets Groups Projects
Commit 2240fdba authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

lrdp-v2: Use correct target names

Target codenames were recently update. Update files
to reflect name changes, so that correct target names
are used for the ramparser.

Change-Id: Ibf225cdc91141da7c061f67f722d7f70901e4133
parent 1427db8e
No related branches found
No related tags found
No related merge requests found
......@@ -543,11 +543,11 @@ class BoardSDX20(Board):
self.wdog_addr = 0x8600658
self.imem_file_name = 'OCIMEM.BIN'
class BoardSDM855(Board):
class BoardSM8150(Board):
def __init__(self, socid):
super(BoardSDM855, self).__init__()
super(BoardSM8150, self).__init__()
self.socid = socid
self.board_num = "sdm855"
self.board_num = "sm8150"
self.cpu = 'CORTEXA53'
self.ram_start = 0x80000000
self.smem_addr = 0x6000000
......@@ -785,7 +785,7 @@ boards.append(Board630(socid=318))
boards.append(Board630(socid=327))
boards.append(BoardSDM845(socid=321))
boards.append(BoardSDM855(socid=339))
boards.append(BoardSM8150(socid=339))
boards.append(BoardSDX20(socid=333))
boards.append(BoardSDM710(socid=336))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment