summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorBoris Baykov <dev@borisbaykov.com>2016-06-11 18:28:59 +0200
committerNico Huber <nico.h@gmx.de>2017-10-14 10:10:17 +0000
commitb1f88360fc806ee69d7cf1b9404b3977bc53aace (patch)
tree9c2b6aac3c378702d1596b8eb506f87b180638a0 /flash.h
parent50a5660c9c11c77c794783cd9a3343bc3ff07b6e (diff)
downloadflashrom-b1f88360fc806ee69d7cf1b9404b3977bc53aace.tar.gz
flashrom-b1f88360fc806ee69d7cf1b9404b3977bc53aace.tar.bz2
flashrom-b1f88360fc806ee69d7cf1b9404b3977bc53aace.zip
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>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/flash.h b/flash.h
index 611450fe5..56c0b4fdc 100644
--- a/flash.h
+++ b/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,