summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-04-18 18:57:48 -0700
committerRandall Spangler <rspangler@chromium.org>2012-04-19 11:08:28 -0700
commitee3edc0116ea7720c5a0ab9713cb4b1cdabb45ee (patch)
tree3ea17eb42f700b1903a9d7ea66f9cc1a3ddbef3c /include/system.h
parent70f3fcaf8648230a5cd27a9da151494d6df3016f (diff)
downloadchrome-ec-ee3edc0116ea7720c5a0ab9713cb4b1cdabb45ee.tar.gz
Clean up inits
We can clear the reset cause in system pre-init now because of a previous change which preserves it across a sysjump. Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=if it boots, it works Change-Id: I1d8b99df5a0be0de9545d22ad1a6b7fb3140f813
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/system.h b/include/system.h
index 799d324998..36a8998b35 100644
--- a/include/system.h
+++ b/include/system.h
@@ -53,9 +53,6 @@ int system_pre_init(void);
* system_pre_init(). */
int system_common_pre_init(void);
-/* Initializes the system module. */
-int system_init(void);
-
/* Returns the cause of the last reset, or SYSTEM_RESET_UNKNOWN if
* the cause is not known. */
enum system_reset_cause_t system_get_reset_cause(void);