diff options
-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 |