aboutsummaryrefslogtreecommitdiffstats
path: root/include/flash.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2022-10-25 10:39:46 +1100
committerFelix Singer <felixsinger@posteo.net>2022-11-09 15:09:31 +0000
commit7c9cd29460794426b00b8fdadcfa2ab5f318e48b (patch)
tree06cd06c60e8a1c97f4e32411233ccb8c844d9951 /include/flash.h
parent80b1024dac6b8be4119467640f8e558009bc73d7 (diff)
downloadflashrom-7c9cd29460794426b00b8fdadcfa2ab5f318e48b.tar.gz
flashrom-7c9cd29460794426b00b8fdadcfa2ab5f318e48b.tar.bz2
flashrom-7c9cd29460794426b00b8fdadcfa2ab5f318e48b.zip
tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATAL
Change-Id: I5c30fec0cebab2b7d10e2789761889abc3a14dd3 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/68777 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 e6d5679b..1456134a 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -495,7 +495,7 @@ void finalize_flash_access(struct flashctx *);
int register_chip_restore(chip_restore_fn_cb_t func, struct flashctx *flash, uint8_t status);
/* Something happened that shouldn't happen, but we can go on. */
-#define ERROR_NONFATAL 0x100
+#define ERROR_FLASHROM_NONFATAL 0x100
/* Something happened that shouldn't happen, we'll abort. */
#define ERROR_FLASHROM_FATAL -0xee