Add more flash test

This adds write protect status check across reboots.

BUG=chrome-os-partner:18598
TEST=Run on Spring
BRANCH=None

Change-Id: Iba0c5d6f906c64af4216aaecac35b87c1392a873
Signed-off-by: Vic Yang <victoryang@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/48752
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Vic Yang
2013-04-20 20:59:57 +08:00
committed by ChromeBot
parent 9c38f43358
commit 8f00a3beee
2 changed files with 104 additions and 12 deletions

View File

@@ -14,4 +14,5 @@
* 'd' in an opaque parameter passed to the routine at startup
* 's' is the stack size in bytes; must be a multiple of 8
*/
#define CONFIG_TEST_TASK_LIST /* No test task */
#define CONFIG_TEST_TASK_LIST \
TASK_TEST(TEST, TaskTest, NULL, TASK_STACK_SIZE)