fexc: uboot: turn .chip_density into .density
This commit is contained in:
parent
2534af5d77
commit
acf7f5d982
@ -69,6 +69,8 @@ static int generate_dram_struct(FILE *out, struct script_section *sp)
|
||||
continue; /* skip */
|
||||
else if (strcmp(key, "clk") == 0)
|
||||
key = "clock";
|
||||
else if (strcmp(key, "chip_density") == 0)
|
||||
key = "density";
|
||||
|
||||
if (strncmp(key, "tpr", 3) == 0 ||
|
||||
strncmp(key, "emr", 3) == 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user