Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-26 | gzip/zlib: make features optional | Mike Frysinger | |
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> | |||
2010-01-18 | config_defaults.h: new header for common u-boot config defaults | Mike Frysinger | |
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> |