diff options
| author | Tom Rini <[email protected]> | 2022-03-30 18:07:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-08 09:05:20 -0400 |
| commit | e0f0f1836b43e242eb71a6d316d8d507f9075ff9 (patch) | |
| tree | 4bc3385adb891e871d7693b9c9e57a2894c552f3 /include | |
| parent | 8ab7647297f2e96c59489e62deeba3270889039e (diff) | |
corvus: Migrate CONFIG_*_LED out of CONFIG namespace
This code is only used on the corvus platform, so migrate the LED on/off
code to this platform and remove it from the CONFIG namespace. In
theory, this should likely be moved to the modern GPIO LED driver as a
further cleanup.
Cc: Heiko Schocher <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/corvus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h index bb73201b54f..4809b59ecc3 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -31,10 +31,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS -/* 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 */ - /* SDRAM */ #define CONFIG_SYS_SDRAM_BASE ATMEL_BASE_CS6 #define CONFIG_SYS_SDRAM_SIZE 0x08000000 |
