summaryrefslogtreecommitdiff
path: root/board/cr50_a1/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50_a1/board.h')
-rw-r--r--board/cr50_a1/board.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/board/cr50_a1/board.h b/board/cr50_a1/board.h
deleted file mode 100644
index e03544c8d5..0000000000
--- a/board/cr50_a1/board.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef __BOARD_H
-#define __BOARD_H
-
-/* Features that we don't want just yet */
-#undef CONFIG_CMD_LID_ANGLE
-#undef CONFIG_CMD_POWERINDEBUG
-#undef CONFIG_DMA_DEFAULT_HANDLERS
-#undef CONFIG_FLASH
-#undef CONFIG_FMAP
-#undef CONFIG_HIBERNATE
-#undef CONFIG_LID_SWITCH
-
-/*
- * Allow dangerous commands all the time, since we don't have a write protect
- * switch.
- */
-#define CONFIG_SYSTEM_UNLOCKED
-
-/* Not using software sync, so verify RW signature instead */
-#define CONFIG_RWSIG
-#define CONFIG_RSA
-#define CONFIG_SHA256
-
-#ifndef __ASSEMBLER__
-
-#include "gpio_signal.h"
-
-/* user button interrupt handler */
-void button_event(enum gpio_signal signal);
-
-#endif /* !__ASSEMBLER__ */
-
-#endif /* __BOARD_H */