]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nios2: remove EP1C20, EP1S10, EP1S40 boards
authorThomas Chou <thomas@wytron.com.tw>
Wed, 16 Jun 2010 06:39:30 +0000 (14:39 +0800)
committerScott McNutt <smcnutt@psyent.com>
Mon, 12 Jul 2010 15:40:12 +0000 (11:40 -0400)
commita3c09f66b2b84e98333c317ffb24a95f88ee5a10
tree26cec31aa0f6e1ccdd7f7fa639eeb8ff866d25c7
parent551265f0df9e7a1c6098ff4eec435218423f365b
nios2: remove EP1C20, EP1S10, EP1S40 boards

The example configuration files of nios2-generic board can generated
binary to run on the EP1C20, EP1S10, and EP1S40 boards. So the three
boards can be removed.

With nios2-generic approach, the fpga parameter header file can
be generated from hardware designs using tools. Porting u-boot for
nios2 boards is simplified. Vendors can supply their fpga parameter
file or patches to add a new nios2-generic board instance. There is
no need to include other boards support for nios2 in the u-boot
mainline.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
15 files changed:
MAINTAINERS
MAKEALL
board/altera/ep1c20/Makefile [deleted file]
board/altera/ep1c20/config.mk [deleted file]
board/altera/ep1c20/ep1c20.c [deleted file]
board/altera/ep1s10/Makefile [deleted file]
board/altera/ep1s10/config.mk [deleted file]
board/altera/ep1s10/ep1s10.c [deleted file]
board/altera/ep1s40/Makefile [deleted file]
board/altera/ep1s40/config.mk [deleted file]
board/altera/ep1s40/ep1s40.c [deleted file]
boards.cfg
include/configs/EP1C20.h [deleted file]
include/configs/EP1S10.h [deleted file]
include/configs/EP1S40.h [deleted file]