aboutsummaryrefslogtreecommitdiffstats
path: root/include/flash.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2022-10-25 10:39:05 +1100
committerFelix Singer <felixsinger@posteo.net>2022-11-09 15:02:23 +0000
commit80b1024dac6b8be4119467640f8e558009bc73d7 (patch)
tree0dabfc526df89d187461950fd3c39132f67630e8 /include/flash.h
parentd127668cae0eabab854862683128fb7245282547 (diff)
downloadflashrom-80b1024dac6b8be4119467640f8e558009bc73d7.tar.gz
flashrom-80b1024dac6b8be4119467640f8e558009bc73d7.tar.bz2
flashrom-80b1024dac6b8be4119467640f8e558009bc73d7.zip
tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATAL
Change-Id: I51ee789f9a1443bfff1e3c85c9b40b5023db6062 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/68776 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'include/flash.h')
-rw-r--r--include/flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flash.h b/include/flash.h
index da200ea9..e6d5679b 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -498,7 +498,7 @@ int register_chip_restore(chip_restore_fn_cb_t func, struct flashctx *flash, uin
#define ERROR_NONFATAL 0x100
/* Something happened that shouldn't happen, we'll abort. */
-#define ERROR_FATAL -0xee
+#define ERROR_FLASHROM_FATAL -0xee
#define ERROR_FLASHROM_BUG -200
/* We reached one of the hardcoded limits of flashrom. This can be fixed by
* increasing the limit of a compile-time allocation or by switching to dynamic