diff options
Diffstat (limited to 'util/flashrom/flashrom.c')
-rw-r--r-- | util/flashrom/flashrom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flashrom.c b/util/flashrom/flashrom.c index a47bfa0754..8e1c3e44ed 100644 --- a/util/flashrom/flashrom.c +++ b/util/flashrom/flashrom.c @@ -242,7 +242,9 @@ int erase_flash(struct flashchip *flash) return 0; } +#ifndef MAX #define MAX(a, b) ((a) > (b) ? (a) : (b)) +#endif #define POS_PRINT(x) do { pos += strlen(x); printf(x); } while (0) void print_supported_chips(void) |