aboutsummaryrefslogtreecommitdiff
path: root/cc3200/util
diff options
context:
space:
mode:
authorDaniel Campora2015-08-12 16:39:45 +0200
committerDaniel Campora2015-08-16 20:18:02 +0200
commit641a3d39e1efef752283d679667854f9a660e848 (patch)
treee4ba5d6cc4aa2081cd7cb98e9bc0d94a597ff395 /cc3200/util
parent6ff2d54347700a5fd68b6c5c99d48ad1c2038cc2 (diff)
cc3200: Make sure to update sleep objects when registered.
Diffstat (limited to 'cc3200/util')
-rw-r--r--cc3200/util/cryptohash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/util/cryptohash.c b/cc3200/util/cryptohash.c
index 7625413bb..d2d6222ff 100644
--- a/cc3200/util/cryptohash.c
+++ b/cc3200/util/cryptohash.c
@@ -41,7 +41,6 @@
/******************************************************************************
DEFINE PUBLIC FUNCTIONS
******************************************************************************/
-__attribute__ ((section (".boot")))
void CRYPTOHASH_Init (void) {
// Enable the Data Hashing and Transform Engine
MAP_PRCMPeripheralClkEnable(PRCM_DTHE, PRCM_RUN_MODE_CLK | PRCM_SLP_MODE_CLK);