mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
tree: Consolidate BIT() macro
Change-Id: I7e61f7671b70ca5ed751d99405714436bcd18d5a Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/64962 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:

committed by
Edward O'Callaghan

parent
5613315296
commit
cba5de5e24
@ -69,7 +69,6 @@
|
||||
#define EEWR_ADDR 2
|
||||
#define EEWR_DATA 16
|
||||
|
||||
#define BIT(x) (1<<x)
|
||||
#define EE_PAGE_MASK 0x3f
|
||||
|
||||
static uint8_t *nicintel_eebar;
|
||||
|
Reference in New Issue
Block a user