summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 17:23:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 17:23:53 +0200
commit0e5467140da53e1be3d44897e1bd1e8ffd21a618 (patch)
treea0ea5ae41498d776c6c148e52c819ae11e2ff2ab /platforms
parent4e8ea1703cad595f3136f0d48ae93de73a180c40 (diff)
downloadptxdist-0e5467140da53e1be3d44897e1bd1e8ffd21a618.tar.gz
ptxdist-0e5467140da53e1be3d44897e1bd1e8ffd21a618.tar.xz
platforms: remove obsolete vfat image rule
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_boot_mlo_vfat.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/platforms/image_boot_mlo_vfat.in b/platforms/image_boot_mlo_vfat.in
deleted file mode 100644
index 9c64b9dd2..000000000
--- a/platforms/image_boot_mlo_vfat.in
+++ /dev/null
@@ -1,12 +0,0 @@
-## SECTION=image
-
-config IMAGE_BOOT_MLO_VFAT
- bool
- select HOST_MTOOLS
- select HOST_DOSFSTOOLS
- prompt "Generate images/boot-mlo.vfat"
- help
- Build a vfat filesystem for booting on OMAP-like systems.
- The boot-mlo.vfat filesystem image contains the MLO preloader,
- the full bootloader (barebox or u-boot) and the kernel.
-