[PATCH 2/2] ARM: throw out no-MMU vector base fixup when ARMv7 isn't selected

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux