From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Waldemar Brodkorb <wbx@openadk.org>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] arch: allow riscv32 noMMU configuration
Date: Sun, 12 May 2024 12:20:12 +0200 [thread overview]
Message-ID: <20240512122012.206b2a29@windsurf> (raw)
In-Reply-To: <ZkCUo5vHs4Mc3cQx@waldemar-brodkorb.de>
On Sun, 12 May 2024 12:06:27 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:
> config BR2_RISCV_64
> bool "64-bit"
> @@ -62,7 +61,7 @@ endchoice
> config BR2_RISCV_USE_MMU
> bool "MMU support"
> default y
> - depends on BR2_RISCV_64
> + depends on BR2_RISCV_64 || BR2_RISCV_32
This depends on was no longer needed. When RISC-V is selected, you are
sure that either BR2_RISCV_32 or BR2_RISCV_64 is enabled, so the
depends on does not make sense.
> # FLAT binary format needs uclinux, except RISC-V 64-bits which needs
^^^^^^ this comment needed an updated
Applied with both issues fixed. Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-05-12 10:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-12 10:06 [Buildroot] [PATCH 1/2] arch: allow riscv32 noMMU configuration Waldemar Brodkorb
2024-05-12 10:20 ` Thomas Petazzoni via buildroot [this message]
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=20240512122012.206b2a29@windsurf \
--to=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=wbx@openadk.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.