Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | gzip/zlib: make features optional | Mike Frysinger | 2010-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 defaults | Mike Frysinger | 2010-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> |