diff options
author | Mart Raudsepp <mart.raudsepp@artecdesign.ee> | 2008-05-27 23:51:55 +0000 |
---|---|---|
committer | Mart Raudsepp <mart.raudsepp@artecdesign.ee> | 2008-05-27 23:51:55 +0000 |
commit | 41b35b52d83305ea242dc13fd841703bf594c3a9 (patch) | |
tree | 4ef026cb7c4812f4d4ab6a0a438509a5346b7988 /util/flashrom/flash.h | |
parent | 012fbc796d3c44f08a465627a615717837848aed (diff) |
Revert r3357 and fix it as intended to (forgotten header commit instead of typo)
Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
Acked-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3358 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 41ca116ed6..b0d4623a57 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/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 |