From: Arnd Bergmann Date: Mon, 18 May 2015 15:19:16 +0000 (+0200) Subject: ARM: stm32: do not try to use a ramdisk in defconfig X-Git-Tag: omap-for-v4.2/fixes-rc1^2~101^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=addcbe2ae91ceaff149ceb07cf61d1bb3998276e;p=pandora-kernel.git ARM: stm32: do not try to use a ramdisk in defconfig The original stm32 defconfig file looks for a ./rootfs.cpio file, but that breaks with ../scripts/gen_initramfs_list.sh: Cannot open './rootfs.cpio' 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 Acked-by: Maxime Coquelin --- Reading git-diff-tree failed