May save some code space, but more importantly fixes the ARMv8 build. Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- arch/arm/cpu/no-mmu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/cpu/no-mmu.c b/arch/arm/cpu/no-mmu.c index 7268fa9b9d78..eff4cdcba4be 100644 --- a/arch/arm/cpu/no-mmu.c +++ b/arch/arm/cpu/no-mmu.c @@ -37,7 +37,8 @@ static int nommu_v7_vectors_init(void) void *vectors; u32 cr; - if (cpu_architecture() < CPU_ARCH_ARMv7) + if (!IS_ENABLED(CONFIG_CPU_32v7) || + (cpu_architecture() < CPU_ARCH_ARMv7)) return 0; /* -- 2.17.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox