summaryrefslogtreecommitdiffstats
path: root/package/uboot-mkimage
Commit message (Collapse)AuthorAgeFilesLines
* uboot-mkimage: add target supportPeter Korsgaard2011-07-102-0/+21
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-mkimage: use correct host compiler/flagsPeter Korsgaard2011-07-102-2/+32
| | | | | | As used elswwhere in BR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-mkimage: new packageThomas Petazzoni2011-07-102-0/+43
The mkimage for the host is now built by a package, so that boot/u-boot/u-boot.mk is no longer responsible for doing this. It makes things a lot easier to handle, as linux/linux.mk now simply depends on host-uboot-mkimage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>