diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-04-18 18:52:10 +0200 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-10-20 14:30:54 +0000 |
commit | 7f1f2973c543b7b16ca98d39382eee060ee5ae0c (patch) | |
tree | 30c7d34a8de301682c51323c3bf22bfeb02edca6 /src/soc | |
parent | 55b7dee2784e9fe80870c6c33ba91b98021df8b5 (diff) |
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 <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74539
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/cavium/cn81xx/bootblock_custom.S | 4 |
1 files changed, 4 insertions, 0 deletions
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 <arch/asm.h> #include <soc/addressmap.h> + .arch armv8-a+fp + + ENTRY(_start) + .org 0 /** * According to the reference manual the first instruction is fetched from |