Skip to content
Commit addcbe2a authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarMaxime Coquelin <mcoquelin.stm32@gmail.com>
parent c4e24bfc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment