summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-08-11 16:56:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-08-11 17:04:32 +0200
commit98a3945eff3fb72c32ba26b7e14137732e3060eb (patch)
tree81547e13a8bef1ea33e70a532ebd00c27ef85ad1 /platforms
parent9c5c15d4e2db104cb09cacd7354a8a264d5c3426 (diff)
downloadptxdist-98a3945eff3fb72c32ba26b7e14137732e3060eb.tar.gz
ptxdist-98a3945eff3fb72c32ba26b7e14137732e3060eb.tar.xz
images: remove IMAGE_VFAT_TOOLS
It breaks the dependency chain. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image-boot-mlo.in3
-rw-r--r--platforms/image_boot_mlo_vfat.in3
-rw-r--r--platforms/image_vfat_tools.in7
3 files changed, 4 insertions, 9 deletions
diff --git a/platforms/image-boot-mlo.in b/platforms/image-boot-mlo.in
index a23591abb..e8ed775ce 100644
--- a/platforms/image-boot-mlo.in
+++ b/platforms/image-boot-mlo.in
@@ -3,7 +3,8 @@
config IMAGE_BOOT_MLO
tristate
select HOST_GENIMAGE
- select IMAGE_VFAT_TOOLS
+ select HOST_MTOOLS
+ select HOST_DOSFSTOOLS
select U_BOOT
select KERNEL
prompt "Generate images/boot-mlo.vfat"
diff --git a/platforms/image_boot_mlo_vfat.in b/platforms/image_boot_mlo_vfat.in
index b99594ccd..9c64b9dd2 100644
--- a/platforms/image_boot_mlo_vfat.in
+++ b/platforms/image_boot_mlo_vfat.in
@@ -2,7 +2,8 @@
config IMAGE_BOOT_MLO_VFAT
bool
- select IMAGE_VFAT_TOOLS
+ select HOST_MTOOLS
+ select HOST_DOSFSTOOLS
prompt "Generate images/boot-mlo.vfat"
help
Build a vfat filesystem for booting on OMAP-like systems.
diff --git a/platforms/image_vfat_tools.in b/platforms/image_vfat_tools.in
deleted file mode 100644
index ab5b31dff..000000000
--- a/platforms/image_vfat_tools.in
+++ /dev/null
@@ -1,7 +0,0 @@
-## SECTION=image
-
-config IMAGE_VFAT_TOOLS
- bool
- select HOST_MTOOLS
- select HOST_DOSFSTOOLS
-