summaryrefslogtreecommitdiff
path: root/chip/stm32/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config_chip.h')
-rw-r--r--chip/stm32/config_chip.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chip/stm32/config_chip.h b/chip/stm32/config_chip.h
index ebd2f00acc..081e8ca478 100644
--- a/chip/stm32/config_chip.h
+++ b/chip/stm32/config_chip.h
@@ -88,10 +88,4 @@
/* Compile for running from RAM instead of flash */
/* #define COMPILE_FOR_RAM */
-/* Dedicated SRAM region for USB transfers */
-#define CONFIG_USB_RAM_BASE 0x40006000
-#ifndef CONFIG_USB_RAM_SIZE
-#define CONFIG_USB_RAM_SIZE 512
-#endif
-
#endif /* __CROS_EC_CONFIG_CHIP_H */