]> Git Repo - buildroot-mgba.git/commit
arch/Config.in: remove BR2_ARCH_HAS_MMU_MANDATORY from BR2_aarch64*
authorThomas Petazzoni <[email protected]>
Tue, 19 Apr 2022 21:34:46 +0000 (23:34 +0200)
committerYann E. MORIN <[email protected]>
Sun, 24 Apr 2022 08:46:22 +0000 (10:46 +0200)
commit42a3300ae5641bf45c4c8f6a1306f4e06dc93034
treeab39b8d55e792db3acb30e9fa27f8db520692057
parentec190481a76b494d348e0e03cfa3c580bb444d03
arch/Config.in: remove BR2_ARCH_HAS_MMU_MANDATORY from BR2_aarch64*

Selecting BR2_ARCH_HAS_MMU_MANDATORY from BR2_aarch64 and
BR2_aarch64_be doesn't make much sense, because the actual ARM cores
described in arch/Config.in.arm then all select
BR2_ARCH_HAS_MMU_OPTIONAL. So we end up with both
BR2_ARCH_HAS_MMU_OPTIONAL and BR2_ARCH_HAS_MMU_MANDATORY, which
doesn't make any sense.

To prevent this, we remove the selection of BR2_ARCH_HAS_MMU_MANDATORY
from BR2_aarch64 and BR2_aarch64_be, and let arch/Config.in.arm do its
job. What arch/Config.in.arm does is currently incorrect, but it will
be fixed in a separate commit.

Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
arch/Config.in
This page took 0.034532 seconds and 4 git commands to generate.