diff --git a/arch/risc-v/src/bl602/Make.defs b/arch/risc-v/src/bl602/Make.defs index d24e9114d30..435c712e9df 100644 --- a/arch/risc-v/src/bl602/Make.defs +++ b/arch/risc-v/src/bl602/Make.defs @@ -20,7 +20,7 @@ # Specify our HEAD assembly file. This will be linked as # the first object file, so it will appear at address 0 -HEAD_ASRC = bl602_entry.S +HEAD_ASRC = bl602_head.S # Specify our general Assembly files CMN_ASRCS += riscv_vectors.S riscv_testset.S riscv_exception_common.S diff --git a/arch/risc-v/src/bl602/bl602_entry.S b/arch/risc-v/src/bl602/bl602_head.S similarity index 98% rename from arch/risc-v/src/bl602/bl602_entry.S rename to arch/risc-v/src/bl602/bl602_head.S index 283103648b0..07115b193ef 100644 --- a/arch/risc-v/src/bl602/bl602_entry.S +++ b/arch/risc-v/src/bl602/bl602_head.S @@ -1,5 +1,5 @@ /**************************************************************************** - * arch/risc-v/src/bl602/bl602_entry.S + * arch/risc-v/src/bl602/bl602_head.S * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with