summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_cpio.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/platforms/image_cpio.in b/platforms/image_cpio.in
deleted file mode 100644
index afe8a431a..000000000
--- a/platforms/image_cpio.in
+++ /dev/null
@@ -1,16 +0,0 @@
-## SECTION=image
-
-config IMAGE_CPIO
- bool
- prompt "Generate images/root.cpio"
- help
- Build the traditionally initrd RAM disk to be used
- as initramfs by the kernel.
-
-config IMAGE_CPIO_GZ
- bool
- prompt "Generate images/root.cpio.gz"
- select IMAGE_CPIO
- help
- Build the traditionally initrd RAM disk to be used
- as initramfs by the kernel.