summaryrefslogtreecommitdiff
path: root/chip/ish/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/flash.c')
-rw-r--r--chip/ish/flash.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/chip/ish/flash.c b/chip/ish/flash.c
deleted file mode 100644
index 8ef4d1a73c..0000000000
--- a/chip/ish/flash.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2015 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.
- */
-
-#include "common.h"
-#include "flash.h"
-
-
-/**
- * Initialize the module.
- *
- * Applies at-boot protection settings if necessary.
- */
-int flash_pre_init(void)
-{
- return EC_SUCCESS;
-}