Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move architecture specific config.mk files into subdirs | Peter Tyser | 2009-07-21 | -26/+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.mk | Mike Frysinger | 2009-07-19 | -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> | |||
* | * Patch by Daniel Engström, 13 Nov 2002: | wdenk | 2002-11-18 | -0/+24 |
Add support for i386 architecture and AMD SC520 board * Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy disk |