diff options
Diffstat (limited to 'util/flashrom/cbtable.c')
-rw-r--r-- | util/flashrom/cbtable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/cbtable.c b/util/flashrom/cbtable.c index cc3a73c329..e4ae0f9d5c 100644 --- a/util/flashrom/cbtable.c +++ b/util/flashrom/cbtable.c @@ -191,6 +191,7 @@ int coreboot_init(void) 0x00000000); if (low_1MB == MAP_FAILED) { perror("Can't mmap memory using " MEM_DEV); + mmap_errmsg(); exit(-2); } lb_table = 0; |