aboutsummaryrefslogtreecommitdiff
path: root/include/configs/corvus.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-18 08:38:18 -0400
committerTom Rini <trini@konsulko.com>2022-03-25 12:01:15 +0000
commit210a4b46bdc85a70af0f779861c945cb70227fea (patch)
treea306161d4b66a73eda04e857e915880bc93872ee /include/configs/corvus.h
parenta958c58571ef2af420f482f47a34924d75510065 (diff)
downloadu-boot-210a4b46bdc85a70af0f779861c945cb70227fea.zip
u-boot-210a4b46bdc85a70af0f779861c945cb70227fea.tar.gz
u-boot-210a4b46bdc85a70af0f779861c945cb70227fea.tar.bz2
Convert CONFIG_AT91_LED to Kconfig
This converts the following to Kconfig: CONFIG_AT91_LED Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/corvus.h')
-rw-r--r--include/configs/corvus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h
index caadf64..2aabd4b 100644
--- a/include/configs/corvus.h
+++ b/include/configs/corvus.h
@@ -32,7 +32,6 @@
#define CONFIG_USART_ID ATMEL_ID_SYS
/* LED */
-#define CONFIG_AT91_LED
#define CONFIG_RED_LED AT91_PIN_PD31 /* this is the user1 led */
#define CONFIG_GREEN_LED AT91_PIN_PD0 /* this is the user2 led */