mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
reef: Set IS_PROTO to 0 by default
BUG=chrome-os-partner:54947 BRANCH=none TEST=tested on proto and EVT units Change-Id: I8f42495e81d938f3d660d901930f7e71bcb42ceb Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/361062 Tested-by: Kevin K Wong <kevin.k.wong@intel.com> Reviewed-by: Kevin K Wong <kevin.k.wong@intel.com> Reviewed-by: Martin Roth <martinroth@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
bf5db9fac8
commit
8230e5b356
@@ -9,7 +9,7 @@
|
||||
#define __CROS_EC_BOARD_H
|
||||
|
||||
/* FIXME: Gross hack. Remove it once proto boards are obsolete. */
|
||||
#define IS_PROTO 1
|
||||
#define IS_PROTO 0
|
||||
|
||||
/*
|
||||
* Allow dangerous commands.
|
||||
|
||||
Reference in New Issue
Block a user