You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/01/13 21:06:58 UTC

[incubator-nuttx] branch master updated: arch/risc-v: Rename bl602_entry.S to bl602_head.S

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f1011a  arch/risc-v: Rename bl602_entry.S to bl602_head.S
6f1011a is described below

commit 6f1011a85ed05b3c129335aa38de613a2b48248d
Author: Huang Qi <hu...@xiaomi.com>
AuthorDate: Thu Jan 13 22:46:31 2022 +0800

    arch/risc-v: Rename bl602_entry.S to bl602_head.S
    
    Signed-off-by: Huang Qi <hu...@xiaomi.com>
---
 arch/risc-v/src/bl602/Make.defs                       | 2 +-
 arch/risc-v/src/bl602/{bl602_entry.S => bl602_head.S} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/risc-v/src/bl602/Make.defs b/arch/risc-v/src/bl602/Make.defs
index d24e911..435c712 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 2831036..07115b1 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