summaryrefslogtreecommitdiff
path: root/board/altera/common/epled.c
Commit message (Collapse)AuthorAgeLines
* nios2: Fix outx/writex parameter order in io.hScott McNutt2010-04-02-3/+3
| | | | | | | | | The outx/writex macros were using writex(addr, val) rather than the standard writex(val, addr), resulting in incompatibilty with architecture independent components. This change set uses standard parameter order. Signed-off-by: Scott McNutt <smcnutt@psyent.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-3/+3
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt2006-06-08-0/+62
Patch by Scott McNutt, 08 Jun 2006