From: Mauri Sandberg <sandberg@mailfence.com>
To: linux-mips@vger.kernel.org
Cc: tsbogend@alpha.franken.de, f.fainelli@gmail.com,
Mauri Sandberg <sandberg@mailfence.com>
Subject: [PATCH 0/1] MIPS: fix compilation error
Date: Fri, 26 Mar 2021 15:41:57 +0200 [thread overview]
Message-ID: <20210326134158.268164-1-sandberg@mailfence.com> (raw)
Hello!
I hit into a compilation error while making a build for ath79
It apparently seems to have a trivial fix but I cannot say for sure with
superficial investigation. Adding into CC: the author and reviewer of the
commit that appears to be the root cause. You might have a better
understanding of the causes and consequences.
Root cause:
commit b83ba0b9df56 ("MIPS: of: Introduce helper function to get DTB")
When reproducing the error my diff of the default ath79_defconfig is:
-# CONFIG_RD_GZIP is not set
+CONFIG_INITRAMFS_SOURCE="initramfs.txt"
-CONFIG_MIPS_CMDLINE_FROM_DTB=y
+CONFIG_PRINTK_TIME=y
-CONFIG_CMDLINE="rootfstype=squashfs,jffs2"
+CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=ramfs"
+CONFIG_CMDLINE_OVERRIDE=y
Cheers,
Mauri
Mauri Sandberg (1):
MIPS: kernel: setup.c: fix compilation error
arch/mips/kernel/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
base-commit: 509d36a941a3466b78d4377913623d210b162458
--
2.25.1
next reply other threads:[~2021-03-26 13:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-26 13:41 Mauri Sandberg [this message]
2021-03-26 13:41 ` [PATCH 1/1] MIPS: kernel: setup.c: fix compilation error Mauri Sandberg
2021-03-26 16:46 ` [PATCH v2 0/1] MIPS: " Mauri Sandberg
2021-03-26 16:46 ` [PATCH v2 1/1] Revert "MIPS: of: Introduce helper function to get DTB" Mauri Sandberg
2021-03-27 9:40 ` [PATCH v2 0/1] MIPS: fix compilation error Thomas Bogendoerfer
2021-03-27 13:39 ` Mauri Sandberg
2021-03-29 12:31 ` [PATCH v3 " Mauri Sandberg
2021-03-29 12:31 ` [PATCH v3 1/1] MIPS: kernel: setup.c: " Mauri Sandberg
2021-03-30 12:53 ` Thomas Bogendoerfer
2021-03-31 22:55 ` Maciej W. Rozycki
2021-04-01 3:02 ` Florian Fainelli
2021-04-01 5:13 ` Mauri Sandberg
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=20210326134158.268164-1-sandberg@mailfence.com \
--to=sandberg@mailfence.com \
--cc=f.fainelli@gmail.com \
--cc=linux-mips@vger.kernel.org \
--cc=tsbogend@alpha.franken.de \
/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 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).