mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Remove unneeded white spaces
Change-Id: I90f171924790ced74a62ca344fee8607607aa480 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26652 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -53,8 +53,8 @@
|
||||
* IBF is set to 1 when the host CPU sends a command to the input buffer
|
||||
* of the EC. IBF is cleared to 0 once the command is read by the EC.
|
||||
*/
|
||||
#define KB_IBF (1 << 1) /* Input Buffer Full */
|
||||
#define KB_OBF (1 << 0) /* Output Buffer Full */
|
||||
#define KB_IBF (1 << 1) /* Input Buffer Full */
|
||||
#define KB_OBF (1 << 0) /* Output Buffer Full */
|
||||
|
||||
/* IT8502 supports two access modes:
|
||||
* LPC_MEMORY: through the memory window in 0xFFFFFxxx (follow mode)
|
||||
|
Reference in New Issue
Block a user