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)
commitc4e24bfc405a94c3fbdf82d5650793473ab8088b
tree458fb7033afbc478e3f1a32dba4bb774ef70ceca
parent7e348e0bafc70e59cf49cb0b46ae9242ce352cdf
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>
arch/arm/configs/zx_defconfig