summaryrefslogtreecommitdiff
path: root/cpu/mips/config.mk
Commit message (Collapse)AuthorAgeLines
* Fix MIPS LE build problemWolfgang Denk2006-07-21-1/+1
| | | | Patch by Thomas Lange, 10 Aug 2005
* Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk2005-12-01-1/+1
|
* Fix dbau1xxx (= MIPS big and little endian) build options.Wolfgang Denk2005-08-08-2/+10
| | | | | | Incorrect gcc options (big endian -BE switch) were used for dbau1550_el which is a little endian build; also get rid of reference to non-existant cpu/mips/little/liblittle.a library
* * Fix configuration for ERIC board (needs more room)wdenk2004-10-24-1/+9
| | | | | | * Adjust MIPS compiler options at run-time depending on tools version ("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new, "-mcpu=4kc" for old tools)
* * Code cleanup:wdenk2003-06-27-1/+0
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Add support for MIPS32 4Kc CPUswdenk2003-03-27-0/+25
* Add support for INCA-IP Board