summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorMart Raudsepp <mart.raudsepp@artecdesign.ee>2008-05-27 23:51:55 +0000
committerMart Raudsepp <mart.raudsepp@artecdesign.ee>2008-05-27 23:51:55 +0000
commit1d3b0639175462267ed7685a90676d160c7bfd21 (patch)
tree0eb900a1abe91569685c9e22320c61bdc20ffca7 /flash.h
parent22e4d303337e602366a42ebb74a1ea9d4f8c50bc (diff)
downloadast2050-flashrom-1d3b0639175462267ed7685a90676d160c7bfd21.zip
ast2050-flashrom-1d3b0639175462267ed7685a90676d160c7bfd21.tar.gz
Revert r3357 and fix it as intended to (forgotten header commit instead of typo)
Corresponding to flashrom svn r254 and coreboot v2 svn r3358. Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 41ca116..b0d4623 100644
--- a/flash.h
+++ b/flash.h
@@ -85,6 +85,7 @@ struct flashchip {
#define TEST_OK_READ (1<<1)
#define TEST_OK_ERASE (1<<2)
#define TEST_OK_WRITE (1<<3)
+#define TEST_OK_PR (TEST_OK_PROBE|TEST_OK_READ)
#define TEST_OK_PREW (TEST_OK_PROBE|TEST_OK_READ|TEST_OK_ERASE|TEST_OK_WRITE)
#define TEST_OK_MASK 0x0f
OpenPOWER on IntegriCloud