mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
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>
This commit is contained in:

committed by
Felix Singer

parent
d127668cae
commit
80b1024dac
@ -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
|
||||
|
Reference in New Issue
Block a user