diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-03-06 01:46:39 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-09 09:23:10 -0500 |
commit | b996b7d426de6d52a9ee54045bb8fe65f1cb3f27 (patch) | |
tree | e0450b18da82bf0da65728289c7e67c47e0727d0 /include/configs/stm32f469-discovery.h | |
parent | 17796171be8fca26fc9a792f21e3b8bc57f4c9af (diff) | |
download | u-boot-b996b7d426de6d52a9ee54045bb8fe65f1cb3f27.tar.gz u-boot-b996b7d426de6d52a9ee54045bb8fe65f1cb3f27.tar.bz2 u-boot-b996b7d426de6d52a9ee54045bb8fe65f1cb3f27.zip |
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 <tuomas@tuxera.com>
Diffstat (limited to 'include/configs/stm32f469-discovery.h')
-rw-r--r-- | include/configs/stm32f469-discovery.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32f469-discovery.h b/include/configs/stm32f469-discovery.h index 3d4ca7ee55..990653beb8 100644 --- a/include/configs/stm32f469-discovery.h +++ b/include/configs/stm32f469-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 |