summaryrefslogtreecommitdiff
path: root/chip/stm32/gpio-stm32f0.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2015-09-28 10:56:46 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-29 21:11:40 -0700
commitdbef9a6fed88c78795a5060dead823978394cf6f (patch)
tree0726fc7f2db844ee2c4a650ba77dc15650c66e4b /chip/stm32/gpio-stm32f0.c
parent447e543ef62971394dcf9c98ebf23e6434a9a081 (diff)
downloadchrome-ec-dbef9a6fed88c78795a5060dead823978394cf6f.tar.gz
Rename gpio_is_reboot_warm() to system_is_reboot_warm()
BUG=chrome-os-partner:40788 TEST=make buildall -j BRANCH=none Change-Id: I4fb248da4656374e1218af98678cfb694f4c9176 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/302674 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'chip/stm32/gpio-stm32f0.c')
-rw-r--r--chip/stm32/gpio-stm32f0.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/chip/stm32/gpio-stm32f0.c b/chip/stm32/gpio-stm32f0.c
index fcead72d4f..a26666ac72 100644
--- a/chip/stm32/gpio-stm32f0.c
+++ b/chip/stm32/gpio-stm32f0.c
@@ -13,11 +13,6 @@
#include "task.h"
#include "util.h"
-int gpio_is_reboot_warm(void)
-{
- return ((STM32_RCC_AHBENR & 0x7e0000) == 0x7e0000);
-}
-
void gpio_enable_clocks(void)
{
/*