From acf7f5d982bfa45b4fe0715e9133444847b44818 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 29 Sep 2012 20:57:31 +0200 Subject: [PATCH] fexc: uboot: turn .chip_density into .density --- script_uboot.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script_uboot.c b/script_uboot.c index 87cd295..e8973fb 100644 --- a/script_uboot.c +++ b/script_uboot.c @@ -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)