summaryrefslogtreecommitdiff
path: root/include/config_defaults.h
Commit message (Collapse)AuthorAgeLines
* Add support for operating system OSETorkel Lundgren2010-09-28-0/+1
| | | | | | Add OSE as operating system for mkimage and bootm. Signed-off-by: Torkel Lundgren <torkel.lundgren@enea.com>
* gzip/zlib: make features optionalMike Frysinger2010-01-26-0/+3
| | | | | | | | If you really want to slim down U-Boot and you would rather use a higher compression scheme (like LZMA), it'd be nice to disable gzip/zlib since these code bases take up a significant amount of space. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* config_defaults.h: new header for common u-boot config defaultsMike Frysinger2010-01-18-0/+17
There are a bunch of features in U-Boot that we want to enable by default, and it's best if we centralize them in one place rather than updating all the board files out there. Signed-off-by: Mike Frysinger <vapier@gentoo.org>