From a62acac12a57793d0192a8104446bf99b1d14c45 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 30 Mar 2022 18:07:19 -0400 Subject: stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespace These values are only used in one file, reference them more directly. Cc: Kamil Lulko Cc: Patrick Delaunay Cc: Patrice Chotard Cc: uboot-stm32@st-md-mailman.stormreply.com Signed-off-by: Tom Rini Reviewed-by: Patrice Chotard --- include/configs/stm32f429-discovery.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index c9649a0..21bab5a 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -17,9 +17,6 @@ #define CONFIG_SYS_MAX_FLASH_SECT 12 -#define CONFIG_RED_LED 110 -#define CONFIG_GREEN_LED 109 - #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ #define CONFIG_SYS_CBSIZE 1024 -- cgit v1.1