From 5f06399e4ca2266841f888d3efd2740a2fdcc6fb Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 16 Nov 2011 11:40:22 -0500 Subject: target-config.mk: Remove FLASH_SIZE, SRAM_SIZE settings. Unused. Signed-off-by: Marti Bolivar --- support/make/target-config.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'support') diff --git a/support/make/target-config.mk b/support/make/target-config.mk index 98fc4d0..1ca6057 100644 --- a/support/make/target-config.mk +++ b/support/make/target-config.mk @@ -6,8 +6,6 @@ ifeq ($(BOARD), maple) ERROR_LED_PORT := GPIOA ERROR_LED_PIN := 5 DENSITY := STM32_MEDIUM_DENSITY - FLASH_SIZE := 131072 - SRAM_SIZE := 20480 endif ifeq ($(BOARD), maple_native) @@ -16,8 +14,6 @@ ifeq ($(BOARD), maple_native) ERROR_LED_PORT := GPIOC ERROR_LED_PIN := 15 DENSITY := STM32_HIGH_DENSITY - FLASH_SIZE := 524288 - SRAM_SIZE := 65536 endif ifeq ($(BOARD), maple_mini) @@ -26,8 +22,6 @@ ifeq ($(BOARD), maple_mini) ERROR_LED_PORT := GPIOB ERROR_LED_PIN := 1 DENSITY := STM32_MEDIUM_DENSITY - FLASH_SIZE := 131072 - SRAM_SIZE := 20480 endif ifeq ($(BOARD), maple_RET6) @@ -36,8 +30,6 @@ ifeq ($(BOARD), maple_RET6) ERROR_LED_PORT := GPIOA ERROR_LED_PIN := 5 DENSITY := STM32_HIGH_DENSITY - FLASH_SIZE := 524288 - SRAM_SIZE := 65536 endif ifeq ($(BOARD), olimex_stm32_h103) @@ -46,8 +38,6 @@ ifeq ($(BOARD), olimex_stm32_h103) ERROR_LED_PORT := GPIOC ERROR_LED_PIN := 12 DENSITY := STM32_MEDIUM_DENSITY - FLASH_SIZE := 131072 - SRAM_SIZE := 20480 endif # STM32 family-specific configuration values. -- cgit v1.2.3