u-boot.inc: allow variable make targets
authorchase maupin <chasemaupin03@gmail.com>
Thu, 17 Mar 2011 03:02:03 +0000 (03:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 17 Mar 2011 07:35:24 +0000 (08:35 +0100)
commite65b9e6061a4b4fa50349854eca5032fe256bf1a
treede686c4fd864adc0dfa53018056371f3c71f7637
parentb0cb26dddb34927a20098101ca42161bb49ec599
u-boot.inc: allow variable make targets

* Later versions of u-boot sometimes have top level make targets
  such as u-boot.imx, u-boot.kwb, and for upcoming TI devices
  u-boot.ti.
* These targets define different calls to the mkimage tool to
  change the images created, such as changing the load address.
* This change allows recipes to change the default make target
  of "all" to something like u-boot.ti or u-boot.imx by setting
  the UBOOT_MAKE_TARGET variable.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/u-boot/u-boot.inc