mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +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
@ -74,8 +74,6 @@
|
||||
// #define FL_BUSY 30
|
||||
// #define FL_ER 31
|
||||
|
||||
#define BIT(x) (1<<(x))
|
||||
|
||||
struct nicintel_spi_data {
|
||||
uint8_t *spibar;
|
||||
};
|
||||
|
Reference in New Issue
Block a user