public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: xz: do not try to use a ramdisk in defconfig
@ 2015-05-18 15:24 Arnd Bergmann
  2015-05-19  0:49 ` Jun Nie
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2015-05-18 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

The original zx defconfig file looks for a ./rootfs.cpio file,
but that breaks with

  scripts/gen_initramfs_list.sh: Cannot open 'initramfs.cpio.gz'

when trying to build this kernel. Anybody who relies on the
current behavior should change their build scripts to append
the initramfs manually, as this patch removes that default
in order to help autmatic testing.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
I'm applying this directly to the next/defconfig branch to kernel the
kernelci builds.

diff --git a/arch/arm/configs/zx_defconfig b/arch/arm/configs/zx_defconfig
index d411cd6bdb7f..b200bb0fecdd 100644
--- a/arch/arm/configs/zx_defconfig
+++ b/arch/arm/configs/zx_defconfig
@@ -13,7 +13,6 @@ CONFIG_RT_GROUP_SCHED=y
 CONFIG_NAMESPACES=y
 CONFIG_USER_NS=y
 CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="initramfs.cpio.gz"
 CONFIG_SYSCTL_SYSCALL=y
 CONFIG_KALLSYMS_ALL=y
 CONFIG_EMBEDDED=y

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-20 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 15:24 [PATCH] ARM: xz: do not try to use a ramdisk in defconfig Arnd Bergmann
2015-05-19  0:49 ` Jun Nie
2015-05-20 15:28   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox