diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-02 05:12:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-05 05:30:07 -0400 |
commit | a84774f56a97c5a2b0521b85ac9eb8b1c7fb15b3 (patch) | |
tree | 9368fa520b62623a8301d6996ffd9054df76c574 /board/bf526-ezbrd/Makefile | |
parent | ca86ba11da0f3e2971de58dfd171d1cd617b39d6 (diff) | |
download | u-boot-imx-a84774f56a97c5a2b0521b85ac9eb8b1c7fb15b3.zip u-boot-imx-a84774f56a97c5a2b0521b85ac9eb8b1c7fb15b3.tar.gz u-boot-imx-a84774f56a97c5a2b0521b85ac9eb8b1c7fb15b3.tar.bz2 |
Blackfin: switch to common GPIO LED driver
Now that we have a unified gpio layer, the different status led
implementations can be switched to the common gpio led driver.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf526-ezbrd/Makefile')
-rw-r--r-- | board/bf526-ezbrd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bf526-ezbrd/Makefile b/board/bf526-ezbrd/Makefile index a9ff760..f2bd2c2 100644 --- a/board/bf526-ezbrd/Makefile +++ b/board/bf526-ezbrd/Makefile @@ -30,7 +30,6 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS-y := $(BOARD).o -COBJS-$(CONFIG_STATUS_LED) += status-led.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(COBJS-y)) |