summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-07-23 11:02:23 -0700
committerGerrit <chrome-bot@google.com>2012-07-23 13:23:05 -0700
commitff57dbce86eb5941528c0c7c29b34e5a3e591483 (patch)
tree22e204dc1db3198f20cfeda05e84d576ecff7a43
parente27e2f02292bc825379ba914e43e13569ec738eb (diff)
downloadchrome-ec-ff57dbce86eb5941528c0c7c29b34e5a3e591483.tar.gz
bitrot: disable VBOOT_SIG for BDS. It's broken.
BDS has been slowly rotting as we make changes for Link. I haven't been able to test the BDS image for some time (I think due to openocd updates that no longer like the BDS configs), and now it doesn't even compile. This is gating the Link schedule, so I'm just turning it off. If we ever need the BDS again, well, what fun. BUG=none TEST=none It already doesn't work, so it should continue to not work. Change-Id: I2b365623903590a56948dfceb986a2300699f541 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/28181 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--board/bds/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bds/board.h b/board/bds/board.h
index 4942ddea6b..053ccb17b7 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -17,7 +17,7 @@
#define CONFIG_CONSOLE_CMDHELP
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands */
#define CONFIG_VBOOT
-#define CONFIG_VBOOT_SIG
+/* FIXME: This got broken. #define CONFIG_VBOOT_SIG */
#ifndef __ASSEMBLER__