All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2022.02.x] arch/Config.in.sh: move BR2_ARCH_HAS_MMU_MANDATORY one level up
@ 2022-05-26  9:19 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2022-05-26  9:19 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=1067c60c57cff73284eda8676edfbe5c1ae72786
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

Now that all SuperH cores have an MMU, and must use it, move back the
select BR2_ARCH_HAS_MMU_MANDATORY one level up.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit ec190481a76b494d348e0e03cfa3c580bb444d03)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 arch/Config.in    | 1 +
 arch/Config.in.sh | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/arch/Config.in b/arch/Config.in
index e51ef60f40..1ea4e21413 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -228,6 +228,7 @@ config BR2_s390x
 
 config BR2_sh
 	bool "SuperH"
+	select BR2_ARCH_HAS_MMU_MANDATORY
 	help
 	  SuperH (or SH) is a 32-bit reduced instruction set computer
 	  (RISC) instruction set architecture (ISA) developed by
diff --git a/arch/Config.in.sh b/arch/Config.in.sh
index f00954bb5e..d3acc8ccf8 100644
--- a/arch/Config.in.sh
+++ b/arch/Config.in.sh
@@ -7,16 +7,12 @@ choice
 
 config BR2_sh4
 	bool "sh4 (SH4 little endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 config BR2_sh4eb
 	bool "sh4eb (SH4 big endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 config BR2_sh4a
 	bool "sh4a (SH4A little endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 config BR2_sh4aeb
 	bool "sh4aeb (SH4A big endian)"
-	select BR2_ARCH_HAS_MMU_MANDATORY
 endchoice
 
 config BR2_ARCH
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-26 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26  9:19 [Buildroot] [git commit branch/2022.02.x] arch/Config.in.sh: move BR2_ARCH_HAS_MMU_MANDATORY one level up Peter Korsgaard

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.