提交 addcbe2a 编写于 作者: A Arnd Bergmann

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: NArnd Bergmann <arnd@arndb.de>
Acked-by: NMaxime Coquelin <mcoquelin.stm32@gmail.com>
上级 c4e24bfc
...@@ -2,7 +2,6 @@ CONFIG_NO_HZ_IDLE=y ...@@ -2,7 +2,6 @@ CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y CONFIG_HIGH_RES_TIMERS=y
CONFIG_LOG_BUF_SHIFT=16 CONFIG_LOG_BUF_SHIFT=16
CONFIG_BLK_DEV_INITRD=y CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="./rootfs.cpio"
CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_UID16 is not set # CONFIG_UID16 is not set
# CONFIG_BASE_FULL is not set # CONFIG_BASE_FULL is not set
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册