Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | unify HOST_CFLAGS and HOSTCFLAGS | Mike Frysinger | 2009-07-23 | -2/+2 |
| | | | | | | | | The top build system sets up HOSTCFLAGS a bit and exports it, but other places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the values stay in sync. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
* | Add imls utility command | Marco Stornelli | 2009-05-15 | -0/+433 |
This patch adds, under tools folder, a new command called imls. Its goal is the same of UBoot's imls but it can be used as Linux shell command. It reads from raw mtd partition and prints the list of the stored images. Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com> |