From: maxime.coquelin@st.com (Maxime Coquelin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: stm32: do not try to use a ramdisk in defconfig
Date: Mon, 18 May 2015 17:29:09 +0200 [thread overview]
Message-ID: <555A0545.1050505@st.com> (raw)
In-Reply-To: <2564815.ICm4KsbZzD@wuerfel>
Hi Arnd,
On 05/18/2015 05:19 PM, Arnd Bergmann wrote:
> 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
>
Sorry, I forgot to remove it.
Thanks for fixing the issue:
Acked-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Kind regards,
Maxime
next prev parent reply other threads:[~2015-05-18 15:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2015-05-20 15:30 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=555A0545.1050505@st.com \
--to=maxime.coquelin@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.