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
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user