summaryrefslogtreecommitdiffstats
path: root/mips_config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move architecture specific config.mk files into subdirsPeter Tyser2009-07-211-50/+0
| | | | | | | | This cleans up U-Boot's toplevel directory a bit and makes the architecture 'config.mk' file naming and location similar to board and cpu 'config.mk' files Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* push CROSS_COMPILE out to $(ARCH)_config.mkMike Frysinger2009-07-191-0/+2
| | | | | | | | | | | | | Each arch should handle setting a proper default CROSS_COMPILE value in their own config.mk file rather than having to maintain a large ugly list in the Makefile. By using conditional assignment, we don't have to worry about the variable already being set (env/cmdline/etc...). The common config.mk file takes care of exporting CROSS_COMPILE already, and while a few variables (toolchain ones) utilize CROSS_COMPILE before including the arch config.mk, they do so with deferred assignment. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* [MIPS] mips_config.mk: Misc fixesShinya Kuribayashi2008-06-051-4/+3
| | | | | | | - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk) - Modify comments Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
* [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanupShinya Kuribayashi2007-10-211-0/+25
| | | | Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-281-0/+24
* Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS * Add image information to README * Fix dual PCMCIA slot support (when running with just one slot populated) * Add VFD type detection to trab board * extend drivers/cs8900.c driver to synchronize ethaddr environment variable with value in the EEPROM * Start adding MIPS support files
OpenPOWER on IntegriCloud