summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/platforms')
-rw-r--r--configs/platform-v7a/platforms/barebox-gf.in20
-rw-r--r--configs/platform-v7a/platforms/image-boot-vfat.in22
2 files changed, 0 insertions, 42 deletions
diff --git a/configs/platform-v7a/platforms/barebox-gf.in b/configs/platform-v7a/platforms/barebox-gf.in
deleted file mode 100644
index 54f45f6..0000000
--- a/configs/platform-v7a/platforms/barebox-gf.in
+++ /dev/null
@@ -1,20 +0,0 @@
-## SECTION=bootloader
-
-config BAREBOX_GF
- tristate
- prompt "Barebox (gf)"
- select HOST_LZOP if BAREBOX_GF_NEEDS_HOST_LZOP
- help
- Gute Fee support for barebox.
-
-if BAREBOX_GF
-
-config BAREBOX_GF_NEEDS_HOST_LZOP
- prompt "barebox gf needs lzop"
- bool
- help
- The barebox gf can be compressed. Select this if lzop
- is used in order to compile lzop for your development
- host.
-
-endif
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