summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/cortex-m/ec.lds.S6
-rw-r--r--include/config.h7
2 files changed, 0 insertions, 13 deletions
diff --git a/core/cortex-m/ec.lds.S b/core/cortex-m/ec.lds.S
index a7c8e96227..60063b0f49 100644
--- a/core/cortex-m/ec.lds.S
+++ b/core/cortex-m/ec.lds.S
@@ -115,12 +115,6 @@ SECTIONS
__ap_ro_root_key_hash_end = . ;
. = ALIGN(4);
STRINGIFY(OUTDIR/core/CORE/init.o) (.text)
-#if defined(CHIP_FAMILY_NPCX7) && !defined(CONFIG_HIBERNATE_PSL)
- /* Keep hibernate utility in last code ram block */
- . = ALIGN(4);
- KEEP(*(.after_init))
- __after_init_end = .;
-#endif
*(.text*)
#ifdef CONFIG_EXTERNAL_STORAGE
. = ALIGN(4);
diff --git a/include/config.h b/include/config.h
index 97702cb231..8dce0ae0a0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2038,13 +2038,6 @@
*/
#define CONFIG_SUPPORT_CHIP_HIBERNATION
-/*
- * Use PSL (Power Switch Logic) for hibernating. It turns off VCC power rail
- * for ultra-low power consumption and uses PSL inputs rely on VSBY power rail
- * to wake up ec and the whole system.
- */
-#undef CONFIG_HIBERNATE_PSL
-
/* Use a hardware specific udelay(). */
#undef CONFIG_HW_SPECIFIC_UDELAY