aboutsummaryrefslogtreecommitdiff
path: root/cc3200/util
diff options
context:
space:
mode:
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);