From b996b7d426de6d52a9ee54045bb8fe65f1cb3f27 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 6 Mar 2018 01:46:39 +0200 Subject: ARM: Drop unreferenced CONFIG_* defines named after boards The following config symbols are only defined once and never referenced anywhere else: CONFIG_AT91SAM9263EK CONFIG_AT91SAM9RLEK CONFIG_BARIX_IPAM390 CONFIG_BOARD_H2200 CONFIG_EP9301 CONFIG_KZM_A9_GT CONFIG_PICOSAM CONFIG_PLATINUM_PICON CONFIG_PLATINUM_TITANIUM CONFIG_PM9261 CONFIG_PM9263 CONFIG_PM9G45 CONFIG_SIEMENS_DRACO CONFIG_SIEMENS_PXM2 CONFIG_SIEMENS_RUT CONFIG_SMDKC100 CONFIG_SMDKV310 CONFIG_STM32F4DISCOVERY Most of them are config symbols named after the respective boards which seems to have been a standard practice at some point. Signed-off-by: Tuomas Tynkkynen --- include/configs/stm32f429-discovery.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/stm32f429-discovery.h') diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 2f59f52..4c4e727 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -8,8 +8,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_STM32F4DISCOVERY - #define CONFIG_MISC_INIT_R #define CONFIG_SYS_FLASH_BASE 0x08000000 -- cgit v1.1