summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 17:25:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 17:25:11 +0200
commitf11ccadaac466e465b4a19c83a10f77e4fddff23 (patch)
tree32fad9a8b20243056e1bf2e79d56eb75e4a1e1f6 /platforms
parent0e5467140da53e1be3d44897e1bd1e8ffd21a618 (diff)
downloadptxdist-f11ccadaac466e465b4a19c83a10f77e4fddff23.tar.gz
ptxdist-f11ccadaac466e465b4a19c83a10f77e4fddff23.tar.xz
kernel: use new cpio image as initramfs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_kernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/image_kernel.in b/platforms/image_kernel.in
index 1f325766d..df4a6a307 100644
--- a/platforms/image_kernel.in
+++ b/platforms/image_kernel.in
@@ -14,7 +14,7 @@ comment "'rootfs in kernel image' is incompatible with 'install kernel into /boo
config IMAGE_KERNEL_INITRAMFS
bool
- select IMAGE_CPIO
+ select IMAGE_ROOT_CPIO
depends on !KERNEL_INSTALL
select IMAGE_KERNEL_INSTALL_LATE
prompt "include root filesystem as initramfs in kernel image"