arch/risc-v: Rename bl602_entry.S to bl602_head.S

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi
2022-01-13 22:46:31 +08:00
committed by Petro Karashchenko
parent c372e1e295
commit 6f1011a85e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
# Specify our HEAD assembly file. This will be linked as # Specify our HEAD assembly file. This will be linked as
# the first object file, so it will appear at address 0 # 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 # Specify our general Assembly files
CMN_ASRCS += riscv_vectors.S riscv_testset.S riscv_exception_common.S CMN_ASRCS += riscv_vectors.S riscv_testset.S riscv_exception_common.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 * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with