diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 14:55:36 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 14:55:36 +0800 |
commit | 6168dc6a7a28da3e865314bf1ba5a53eaebe63ac (patch) | |
tree | d0592c9c6515885f0fdadb9e94a7b3defe20b846 /board/altera/nios2-generic/Makefile | |
parent | 7cacb64a354a1d996ba55e5e35b95f111f00648d (diff) | |
download | u-boot-imx-6168dc6a7a28da3e865314bf1ba5a53eaebe63ac.zip u-boot-imx-6168dc6a7a28da3e865314bf1ba5a53eaebe63ac.tar.gz u-boot-imx-6168dc6a7a28da3e865314bf1ba5a53eaebe63ac.tar.bz2 |
nios2: zap nios2-generic board dir
As we use device tree to control u-boot now, the generic
board can be removed.
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 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/board/altera/nios2-generic/Makefile b/board/altera/nios2-generic/Makefile deleted file mode 100644 index 5e4192c..0000000 --- a/board/altera/nios2-generic/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# -# (C) Copyright 2001-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# (C) Copyright 2010, Thomas Chou <thomas@wytron.com.tw> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := nios2-generic.o -obj-$(CONFIG_CMD_IDE) += ../common/cfide.o |