From 40a4bd1d639249abf0a5b0f71d79c486a890a1ad Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Mon, 22 Aug 2016 09:43:00 +0200 Subject: 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 BRANCH=none BUG=none TEST=make buildall Change-Id: Iee11b0519d647be3beb0c164a5a82bbb1edb54c4 Reviewed-on: https://chromium-review.googlesource.com/373778 Commit-Ready: Vincent Palatin Tested-by: Vincent Palatin Reviewed-by: Aseda Aboagye Reviewed-by: David Hendricks --- board/reef/board.h | 3 --- 1 file changed, 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" -- cgit v1.2.1