summaryrefslogtreecommitdiff
path: root/host/lib/flashrom_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/flashrom_drv.c')
-rw-r--r--host/lib/flashrom_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/flashrom_drv.c b/host/lib/flashrom_drv.c
index dfc9c83d..18e00ebe 100644
--- a/host/lib/flashrom_drv.c
+++ b/host/lib/flashrom_drv.c
@@ -102,7 +102,7 @@ int flashrom_read_image(struct firmware_image *image, const char *region,
image->data = calloc(1, len);
image->size = len;
- image->file_name = strdup("<none>");
+ image->file_name = strdup("<sys-flash>");
r |= flashrom_image_read(flashctx, image->data, len);