diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2014-08-25 15:57:06 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2014-08-30 17:48:43 +0800 |
commit | ef3cc8112c7ac58d621246523e8c84bf6035b53b (patch) | |
tree | 09cb5948776c375f7c391cc3d407df116764b35f /board/altera/nios2-generic/Makefile | |
parent | 6defdc0b5552ab1af4a66a8abac8196cbb6b9e15 (diff) | |
download | u-boot-imx-ef3cc8112c7ac58d621246523e8c84bf6035b53b.zip u-boot-imx-ef3cc8112c7ac58d621246523e8c84bf6035b53b.tar.gz u-boot-imx-ef3cc8112c7ac58d621246523e8c84bf6035b53b.tar.bz2 |
nios2: remove epled driver
The epled driver was replaced by altera_pio and gpio_led.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'board/altera/nios2-generic/Makefile')
-rw-r--r-- | board/altera/nios2-generic/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/altera/nios2-generic/Makefile b/board/altera/nios2-generic/Makefile index aa362b3..d3c5b43 100644 --- a/board/altera/nios2-generic/Makefile +++ b/board/altera/nios2-generic/Makefile @@ -8,5 +8,4 @@ obj-y := nios2-generic.o obj-$(CONFIG_CMD_IDE) += ../common/cfide.o -obj-$(CONFIG_EPLED) += ../common/epled.o obj-y += text_base.o |