diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2010-06-16 14:39:30 +0800 |
---|---|---|
committer | Scott McNutt <smcnutt@psyent.com> | 2010-07-12 11:40:12 -0400 |
commit | a3c09f66b2b84e98333c317ffb24a95f88ee5a10 (patch) | |
tree | 26cec31aa0f6e1ccdd7f7fa639eeb8ff866d25c7 /MAKEALL | |
parent | 551265f0df9e7a1c6098ff4eec435218423f365b (diff) |
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>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -824,9 +824,6 @@ LIST_x86=" \ ######################################################################### LIST_nios2=" \ - EP1C20 \ - EP1S10 \ - EP1S40 \ PCI5441 \ PK1C20 \ nios2-generic \ |