summaryrefslogtreecommitdiff
path: root/chip/stm32/config_chip.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-09-03 17:23:20 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-08 10:38:21 -0700
commit15fcbc95967b79157dc892f547206f2a0967d2ff (patch)
tree612ab66f9e2ba9a59a44e721078e084f0b76e272 /chip/stm32/config_chip.h
parent7bdb69c464e8056b77f3727411d02f5b5fe970b8 (diff)
downloadchrome-ec-15fcbc95967b79157dc892f547206f2a0967d2ff.tar.gz
Cleanup: Remove COMPILE_FOR_RAM option from linker scripts
This option was added way back in January 2012 for early EC bringup, and never used since. We can probably remove it. BUG=none BRANCH=none TEST=make buildall Change-Id: Idc8c3099388f2e28d620848a0e78b555b02fba9c Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/297334 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'chip/stm32/config_chip.h')
-rw-r--r--chip/stm32/config_chip.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chip/stm32/config_chip.h b/chip/stm32/config_chip.h
index 868cf3e1f5..be115b5cf9 100644
--- a/chip/stm32/config_chip.h
+++ b/chip/stm32/config_chip.h
@@ -94,9 +94,6 @@
/* Flash protection applies to the next boot, not the current one */
#define CONFIG_FLASH_PROTECT_NEXT_BOOT
-/* Compile for running from RAM instead of flash */
-/* #define COMPILE_FOR_RAM */
-
#define GPIO_NAME_BY_PIN(port, index) #port#index
#define GPIO_PIN(port, index) GPIO_##port, (1 << index)
#define GPIO_PIN_MASK(port, mask) GPIO_##port, (mask)