diff options
author | Joachim Foerster <joachim.foerster@missinglinkelectronics.com> | 2011-10-21 15:48:51 +0200 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2011-10-28 09:51:19 +0800 |
commit | df969b5ffd62449f3625dacb036bef107d5306d4 (patch) | |
tree | 2fb05ca0b04c46547ae919bb13e75a897992acd7 /board/altera/nios2-generic/Makefile | |
parent | 03d67e127685f65513e7b78dacbd4ccaf01053f6 (diff) | |
download | u-boot-imx-df969b5ffd62449f3625dacb036bef107d5306d4.zip u-boot-imx-df969b5ffd62449f3625dacb036bef107d5306d4.tar.gz u-boot-imx-df969b5ffd62449f3625dacb036bef107d5306d4.tar.bz2 |
board/nios2-generic: Use altera_pio driver and remove board specific driver
Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com>
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 359f590..59fd465 100644 --- a/board/altera/nios2-generic/Makefile +++ b/board/altera/nios2-generic/Makefile @@ -32,7 +32,6 @@ LIB = $(obj)lib$(BOARD).o COBJS-y := $(BOARD).o COBJS-$(CONFIG_CMD_IDE) += ../common/cfide.o COBJS-$(CONFIG_EPLED) += ../common/epled.o -COBJS-$(CONFIG_GPIO) += gpio.o COBJS-$(CONFIG_SEVENSEG) += ../common/sevenseg.o SOBJS-y := text_base.o |