summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/image-boot-vfat.in
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/platforms/image-boot-vfat.in')
-rw-r--r--configs/platform-v7a/platforms/image-boot-vfat.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/configs/platform-v7a/platforms/image-boot-vfat.in b/configs/platform-v7a/platforms/image-boot-vfat.in
deleted file mode 100644
index 6ac5dd9..0000000
--- a/configs/platform-v7a/platforms/image-boot-vfat.in
+++ /dev/null
@@ -1,22 +0,0 @@
-## SECTION=image2
-
-config IMAGE_BOOT_VFAT
- tristate
- select HOST_GENIMAGE
- select HOST_MTOOLS
- select HOST_DOSFSTOOLS
- select KERNEL
- prompt "Generate image/boot.vfat"
- help
- FIXME
-
-if IMAGE_BOOT_VFAT
-
-config IMAGE_BOOT_VFAT_GPU_MEM
- int
- default 64
- prompt "GPU memory"
- help
- GPU memory in megabyte. Sets the memory split between the ARM
- and GPU. ARM gets the remaining memory. Min 16.
-endif