fexc: uboot: turn .chip_density into .density

This commit is contained in:
Alejandro Mery 2012-09-29 20:57:31 +02:00
parent 2534af5d77
commit acf7f5d982

View File

@ -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)