* [PATCH] fixup! ARM: add file for HYP mode related setup
@ 2018-02-06 12:58 Lucas Stach
0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2018-02-06 12:58 UTC (permalink / raw)
To: barebox
---
arch/arm/cpu/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile
index 537fe5b9bb8d..f86dff975bb4 100644
--- a/arch/arm/cpu/Makefile
+++ b/arch/arm/cpu/Makefile
@@ -10,9 +10,9 @@ obj-$(CONFIG_MMU) += mmu.o mmu-early.o
pbl-$(CONFIG_MMU) += mmu-early.o
lwl-y += lowlevel.o
obj-y += hyp.o
-AFLAGS_hyp.o :=-Wa,-march=armv7-a
+AFLAGS_hyp.o :=-Wa,-march=armv7-a -Wa,-mcpu=all
pbl-y += hyp.o
-AFLAGS_pbl-hyp.o :=-Wa,-march=armv7-a
+AFLAGS_pbl-hyp.o :=-Wa,-march=armv7-a -Wa,-mcpu=all
endif
obj-$(CONFIG_ARM_EXCEPTIONS) += interrupts.o
--
2.15.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-06 12:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06 12:58 [PATCH] fixup! ARM: add file for HYP mode related setup Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox