summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-05-18 17:24:41 +0200
committerArnd Bergmann <arnd@arndb.de>2015-05-20 17:28:01 +0200
commitc4e24bfc405a94c3fbdf82d5650793473ab8088b (patch)
tree458fb7033afbc478e3f1a32dba4bb774ef70ceca /arch/arm/configs
parent7e348e0bafc70e59cf49cb0b46ae9242ce352cdf (diff)
downloadop-kernel-dev-c4e24bfc405a94c3fbdf82d5650793473ab8088b.zip
op-kernel-dev-c4e24bfc405a94c3fbdf82d5650793473ab8088b.tar.gz
ARM: xz: do not try to use a ramdisk in defconfig
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>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/zx_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/zx_defconfig b/arch/arm/configs/zx_defconfig
index d411cd6..b200bb0 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
OpenPOWER on IntegriCloud