Skip to content

Commit 0f0b55b

Browse files
Dhriti Sree Rompicharlazeddii
authored andcommitted
baremetal: Add lpddrmc to valid memory IP list
Add lpddrmc to list of valid memory IPs for baremetal Signed-off-by: Dhriti Sree Rompicharla <DhritiSree.Rompicharla@amd.com>
1 parent 375bcee commit 0f0b55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lopper/assists/baremetallinker_xlnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_memranges(tgt_node, sdt, options):
4545
"psv_ocm": 0, "psx_ocm": 0, "ocm": 0, "ddr4": 0,
4646
"ddr5": 0, "mig_7series": 0, "ps7_ram": 0,
4747
"axi_emc": 0, "psu_qspi_linear": 0, "ps7_qspi_linear": 0, "pmc_ram": 0,
48-
"ddr3": 0, "lpddr": 0, "axi_xspi": 0, "psv_xram": 0
48+
"ddr3": 0, "lpddrmc" : 0, "lpddr": 0, "axi_xspi": 0, "psv_xram": 0
4949
}
5050
symbol_node = ""
5151
for node in root_sub_nodes:

0 commit comments

Comments
 (0)