diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-07-05 21:54:07 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-10 21:28:34 +0200 |
commit | e82604ccdd38aa3ee2884d4f143d8be7106fdbd9 (patch) | |
tree | 4a4cb126a853cc039b5557d3c6ce350ac249f796 /boot/u-boot/Config.in | |
parent | a315ee3c662cfb9165ee959aa78b86f61177d6a3 (diff) |
u-boot: convert to GENTARGETS
The feature of building mkimage for the target is removed, it wasn't
building with current U-Boot, and doesn't make a lot of sense (mkimage
is needed only to prepare a kernel image, or an U-Boot script).
The feature of building mkimage for the host is moved to a proper
package. It duplicates a few things (U-Boot URL, etc.) but it makes
things a lot cleaner than having it handled by boot/u-boot/u-boot.mk.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r-- | boot/u-boot/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in index 00a4a5f24..aada346e7 100644 --- a/boot/u-boot/Config.in +++ b/boot/u-boot/Config.in @@ -77,11 +77,6 @@ config BR2_TARGET_UBOOT_FORMAT_LDR endchoice -config BR2_TARGET_UBOOT_TOOL_MKIMAGE - bool "mkimage tool in target" - help - Install mkimage tool in target. - config BR2_TARGET_UBOOT_TOOL_ENV bool "fw_printenv tool in target" help |