summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-07-25 17:46:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-25 23:02:35 +0200
commit81f2f464ea105834db219563a8c00c64810d2e5f (patch)
treed02110307fc04678cb83368c6d4293522b1e146e
parent67eac68fba0f48f3b94ed010091ecfb8636f6b58 (diff)
downloadptxdist-81f2f464ea105834db219563a8c00c64810d2e5f.tar.gz
ptxdist-81f2f464ea105834db219563a8c00c64810d2e5f.tar.xz
image-boot-mlo.in: select IMAGE_VFAT_TOOLS
It needs mkdosfs, which is built by selecting IMAGE_VFAT_TOOLS. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/image-boot-mlo.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/image-boot-mlo.in b/platforms/image-boot-mlo.in
index 5f9f4284c..a23591abb 100644
--- a/platforms/image-boot-mlo.in
+++ b/platforms/image-boot-mlo.in
@@ -3,6 +3,7 @@
config IMAGE_BOOT_MLO
tristate
select HOST_GENIMAGE
+ select IMAGE_VFAT_TOOLS
select U_BOOT
select KERNEL
prompt "Generate images/boot-mlo.vfat"