diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 09:05:20 -0400 |
commit | a62acac12a57793d0192a8104446bf99b1d14c45 (patch) | |
tree | ab4d1fd69a14cd71686d2b880f21cbd19572487c /include | |
parent | e0f0f1836b43e242eb71a6d316d8d507f9075ff9 (diff) | |
download | u-boot-a62acac12a57793d0192a8104446bf99b1d14c45.zip u-boot-a62acac12a57793d0192a8104446bf99b1d14c45.tar.gz u-boot-a62acac12a57793d0192a8104446bf99b1d14c45.tar.bz2 |
stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespace
These values are only used in one file, reference them more directly.
Cc: Kamil Lulko <kamil.lulko@gmail.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: uboot-stm32@st-md-mailman.stormreply.com
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stm32f429-discovery.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |