aboutsummaryrefslogtreecommitdiff
path: root/util/ifdtool/ifdtool.h
diff options
context:
space:
mode:
authorBill XIE <persmule@gmail.com>2017-09-12 11:31:37 +0800
committerNico Huber <nico.h@gmx.de>2017-09-17 21:27:55 +0000
commit1bf6506e974b7b67c7dbb2634cbcf6509fdda353 (patch)
tree7f10692281a3adc72938d9b267bdbbe42227b59b /util/ifdtool/ifdtool.h
parentfa5f99430d09039e6a0de822ec365738d4bd178c (diff)
ifdtool: merge region_filenames with region_name(s)
There is no reason to keep a separate region_filenames array, so I merge it into region_name(s). This commit is one separated from the original I6d05418c. Change-Id: I38489c6d3b3c161e9b0281188e6cdd0b62e38335 Signed-off-by: Bill XIE <persmule@gmail.com> Reviewed-on: https://review.coreboot.org/21509 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/ifdtool/ifdtool.h')
-rw-r--r--util/ifdtool/ifdtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ifdtool/ifdtool.h b/util/ifdtool/ifdtool.h
index 1ebe629654..f50f6be3a3 100644
--- a/util/ifdtool/ifdtool.h
+++ b/util/ifdtool/ifdtool.h
@@ -142,4 +142,5 @@ typedef struct {
struct region_name {
const char *pretty;
const char *terse;
+ const char *filename;
};