summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2016-08-22 09:43:00 +0200
committerchrome-bot <chrome-bot@chromium.org>2016-08-23 11:05:47 -0700
commit40a4bd1d639249abf0a5b0f71d79c486a890a1ad (patch)
treedc1c8fd9beb043c839c38d91a9372219cf99fe67
parentbef904ea914f1aac7986060d0479eccd07244fa2 (diff)
downloadchrome-ec-40a4bd1d639249abf0a5b0f71d79c486a890a1ad.tar.gz
reef: remove DEFERRABLE_MAX_COUNT
DEFERRABLE_MAX_COUNT is no longer used and has been removed from other boards. Reef was probably in-flight at that time, clean up board.h Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=make buildall Change-Id: Iee11b0519d647be3beb0c164a5a82bbb1edb54c4 Reviewed-on: https://chromium-review.googlesource.com/373778 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: David Hendricks <dhendrix@chromium.org>
-rw-r--r--board/reef/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/reef/board.h b/board/reef/board.h
index bfc35b9bf7..0be463d22c 100644
--- a/board/reef/board.h
+++ b/board/reef/board.h
@@ -159,9 +159,6 @@
/* #define CONFIG_LID_ANGLE_SENSOR_BASE 0 */ /* FIXME(dhendrix): maybe? */
/* #define CONFIG_LID_ANGLE_SENSOR_LID 2 */ /* FIXME(dhendrix): maybe? */
-#undef DEFERRABLE_MAX_COUNT
-#define DEFERRABLE_MAX_COUNT 15
-
#ifndef __ASSEMBLER__
#include "gpio_signal.h"