From 7f1f2973c543b7b16ca98d39382eee060ee5ae0c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 18 Apr 2023 18:52:10 +0200 Subject: soc/cavium/cn81xx/bootblock_custom.S: Specify arch This fixes assembling with clang which complains about fpu instructions. TEST: BUILD_TIMELESS=1 remains the same. Change-Id: I175b8e749fafde5fb7ffb8101fc0dc892d9b4e0d Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/74539 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/soc/cavium/cn81xx/bootblock_custom.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/cavium/cn81xx/bootblock_custom.S') diff --git a/src/soc/cavium/cn81xx/bootblock_custom.S b/src/soc/cavium/cn81xx/bootblock_custom.S index 318c4d71b1..b98f3cda6a 100644 --- a/src/soc/cavium/cn81xx/bootblock_custom.S +++ b/src/soc/cavium/cn81xx/bootblock_custom.S @@ -4,7 +4,11 @@ #include #include + .arch armv8-a+fp + + ENTRY(_start) + .org 0 /** * According to the reference manual the first instruction is fetched from -- cgit v1.2.3