From 8c3e231b8f6772fff55eca191ce7ed6a211ee0a7 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 30 Mar 2022 18:07:20 -0400 Subject: at91: Remove unused LED code These LED files (and CONFIG values) are unused today, remove the code in question. Signed-off-by: Tom Rini --- include/configs/smartweb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h index aca7870d3ae..e4e15f92d1b 100644 --- a/include/configs/smartweb.h +++ b/include/configs/smartweb.h @@ -47,10 +47,6 @@ /* setting board specific options */ #define CONFIG_SYS_AUTOLOAD "yes" -/* The LED PINs */ -#define CONFIG_RED_LED AT91_PIN_PA9 -#define CONFIG_GREEN_LED AT91_PIN_PA6 - /* * SDRAM: 1 bank, 64 MB, base address 0x20000000 * Already initialized before u-boot gets started. -- cgit v1.3.1