aboutsummaryrefslogtreecommitdiff
path: root/include/configs/smartweb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-30 18:07:20 -0400
committerTom Rini <trini@konsulko.com>2022-04-08 09:05:20 -0400
commit8c3e231b8f6772fff55eca191ce7ed6a211ee0a7 (patch)
treeb23bd4b3515c8995f35a8796d796ed05c5f6b0d3 /include/configs/smartweb.h
parenta62acac12a57793d0192a8104446bf99b1d14c45 (diff)
downloadu-boot-8c3e231b8f6772fff55eca191ce7ed6a211ee0a7.zip
u-boot-8c3e231b8f6772fff55eca191ce7ed6a211ee0a7.tar.gz
u-boot-8c3e231b8f6772fff55eca191ce7ed6a211ee0a7.tar.bz2
at91: Remove unused LED code
These LED files (and CONFIG values) are unused today, remove the code in question. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/smartweb.h')
-rw-r--r--include/configs/smartweb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index aca7870..e4e15f9 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.