ARM: xz: do not try to use a ramdisk in defconfig
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 May 2015 15:24:41 +0000 (17:24 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 20 May 2015 15:28:01 +0000 (17:28 +0200)
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>
Acked-by: Jun Nie <jun.nie@linaro.org>
arch/arm/configs/zx_defconfig

index d411cd6bdb7fba8a168da9730df01c41ac022e80..b200bb0fecddafb8241c4bb42368950109368326 100644 (file)
@@ -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
This page took 0.024784 seconds and 5 git commands to generate.