summaryrefslogtreecommitdiff
path: root/board/daisy/board.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-10-23 10:28:42 -0700
committerGerrit <chrome-bot@google.com>2012-10-23 17:32:03 -0700
commit8625009dc2bb6f276c99893165cc636dda9b0ebe (patch)
tree807d2eda007bb56ac039b598564cb5ea77538e18 /board/daisy/board.h
parentcc263093d35b2b274b52ff182927f5a15634b4b6 (diff)
downloadchrome-ec-8625009dc2bb6f276c99893165cc636dda9b0ebe.tar.gz
Use CONFIG_TASK_VBOOTHASH instead of CONFIG_VBOOT
This fixes build breaks in 'make tests'. BUG=none BRANCH=none TEST=make tests (note that this still fails due to other problems; will fix those in a followup CL) Change-Id: I5b5ce52ed6e44ade6051e0a091a6699c0454d61a Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/36353 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/daisy/board.h')
-rw-r--r--board/daisy/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/daisy/board.h b/board/daisy/board.h
index 91d7ed473f..b2308abc6f 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -21,9 +21,6 @@
#define CONFIG_PANIC_HELP
#define CONFIG_ASSERT_HELP
-/* compute RW firmware hash at startup */
-#define CONFIG_VBOOT
-
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */
/* TODO: (crosbug.com/p/9986) This is a serious security hole and should be