mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
fixup! 4BA: Basic support for 4-bytes addressing mode extensions
Fix some whitespace, and braces. Remove sector size from comments that I could not verify. Change-Id: I4faaa036fea744135fa37f405686fb9fd0882806 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/21947 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
This commit is contained in:
4
flash.h
4
flash.h
@ -120,8 +120,8 @@ enum write_granularity {
|
||||
#define FEATURE_OTP (1 << 8)
|
||||
#define FEATURE_QPI (1 << 9)
|
||||
/* Feature bits used for 4-bytes addressing mode */
|
||||
#define FEATURE_4BA_SUPPORT (1 << 10)
|
||||
#define FEATURE_4BA_ONLY (1 << 11)
|
||||
#define FEATURE_4BA_SUPPORT (1 << 10)
|
||||
#define FEATURE_4BA_ONLY (1 << 11)
|
||||
|
||||
enum test_state {
|
||||
OK = 0,
|
||||
|
Reference in New Issue
Block a user