summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2017-06-20 10:57:47 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-06-22 17:03:52 -0700
commitb0dd82b39c57eab3a30923eb4a755172b9852f7e (patch)
tree75a68eb0f62fe221690eafec5cf97e1e8c0767c4 /test
parentb3a7ede47dcf8fb8302df9c3b76921066253d22f (diff)
downloadchrome-ec-b0dd82b39c57eab3a30923eb4a755172b9852f7e.tar.gz
cleanup: Remove big and pit boards
Remove big and pit boards along with several now-obsolete CONFIGs / source files. BUG=chromium:735109 TEST=`make buildall -j` BRANCH=None CQ-DEPEND=CL:544681 Change-Id: Ieb784bd36157fd1f6240cd19de6e6d12191a8097 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/540667 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/build.mk1
-rw-r--r--test/stress.c7
2 files changed, 2 insertions, 6 deletions
diff --git a/test/build.mk b/test/build.mk
index 400fd304d8..2ba81fb85b 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -10,7 +10,6 @@ test-list-y=pingpong timer_calib timer_dos timer_jump mutex utils utils_str
#disable: powerdemo
test-list-$(BOARD_BDS)+=
-test-list-$(BOARD_PIT)+=kb_scan stress
test-list-$(BOARD_HAMMER)+=entropy
diff --git a/test/stress.c b/test/stress.c
index 18e15eafb9..4cadcadb53 100644
--- a/test/stress.c
+++ b/test/stress.c
@@ -30,11 +30,8 @@ struct i2c_test_param_t {
int addr;
int offset;
int data; /* Non-negative represents data to write. -1 to read. */
-} i2c_test_params[] = {
-#if defined(BOARD_PIT)
- {8, 0, 0x90, 0x19, -1},
-#endif
-};
+} i2c_test_params[];
+
/* Disable I2C test for boards without test configuration */
#if defined(BOARD_BDS) || defined(BOARD_AURON)
#undef CONFIG_I2C