From e82604ccdd38aa3ee2884d4f143d8be7106fdbd9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 5 Jul 2011 21:54:07 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- boot/u-boot/Config.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'boot/u-boot/Config.in') 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 -- cgit v1.2.3