ARM: stm32: do not try to use a ramdisk in defconfig
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 May 2015 15:19:16 +0000 (17:19 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 20 May 2015 15:29:48 +0000 (17:29 +0200)
commitaddcbe2ae91ceaff149ceb07cf61d1bb3998276e
tree1c41765173fc8f69b2e38af09fa1752617e8e9ba
parentc4e24bfc405a94c3fbdf82d5650793473ab8088b
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 <arnd@arndb.de>
Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
arch/arm/configs/stm32_defconfig