summaryrefslogtreecommitdiff
path: root/test/stress.c
diff options
context:
space:
mode:
authorDave Parker <dparker@chromium.org>2013-07-09 13:24:49 -0700
committerChromeBot <chrome-bot@google.com>2013-07-09 16:20:14 -0700
commit666bbdb3d7c48624cf22fb49e122ed8cae318959 (patch)
tree118fc4968603daaed8f2e2e9fdd4f26c05a63345 /test/stress.c
parent186a28fd95d9a70b38e20f80b37e24ecc94884bd (diff)
downloadchrome-ec-666bbdb3d7c48624cf22fb49e122ed8cae318959.tar.gz
Initial board commit for Wolf based on Slippy.
Additional fix-ups will come in subsequent CLs. BUG=chrome-os-partner:20760 BRANCH=wolf TEST=Verify "make BOARD=wolf" complete succesfully. Change-Id: I24a37f3bebb1feb37c83c2c1b4f8f8db7bbcb2d8 Signed-off-by: Dave Parker <dparker@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/61318 Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org>
Diffstat (limited to 'test/stress.c')
-rw-r--r--test/stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress.c b/test/stress.c
index 4df17844f3..e1a75f39b1 100644
--- a/test/stress.c
+++ b/test/stress.c
@@ -50,7 +50,7 @@ struct i2c_test_param_t {
};
/* Disable I2C test for boards without test configuration */
#if defined(BOARD_bds) || defined(BOARD_mccroskey) || defined(BOARD_slippy) || \
- defined(BOARD_falco) || defined(BOARD_peppy)
+ defined(BOARD_falco) || defined(BOARD_peppy) || defined(BOARD_wolf)
#undef CONFIG_I2C
#endif