linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: stm32: do not try to use a ramdisk in defconfig
@ 2015-05-18 15:19 Arnd Bergmann
  2015-05-18 15:29 ` Maxime Coquelin
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2015-05-18 15:19 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
I'm applying this to the next/defconfig branch directly, to get the
kernelci builder to succeed on this config.

diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index af757925d0ae..fab9cf9bff02 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -2,7 +2,6 @@ CONFIG_NO_HZ_IDLE=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=16
 CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_SOURCE="./rootfs.cpio"
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 # CONFIG_UID16 is not set
 # CONFIG_BASE_FULL is not set

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-20 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 15:19 [PATCH] ARM: stm32: do not try to use a ramdisk in defconfig Arnd Bergmann
2015-05-18 15:29 ` Maxime Coquelin
2015-05-20 15:30   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).