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

committed by
Felix Singer

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