You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/04 05:36:15 UTC

[incubator-nuttx] 02/13: arch: cxd56xx: Use arm_arch.h instead of up_arch.h

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

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

commit 4364a291f048dae5b1e90dbf874da7e23743901a
Author: SPRESENSE <41...@users.noreply.github.com>
AuthorDate: Sun Jul 4 12:52:14 2021 +0900

    arch: cxd56xx: Use arm_arch.h instead of up_arch.h
    
    Use arm_arch.h instead of up_arch.h and fix hostif compile error.
---
 arch/arm/src/cxd56xx/cxd56_hostif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/cxd56xx/cxd56_hostif.c b/arch/arm/src/cxd56xx/cxd56_hostif.c
index bf6c624..1facd6c 100644
--- a/arch/arm/src/cxd56xx/cxd56_hostif.c
+++ b/arch/arm/src/cxd56xx/cxd56_hostif.c
@@ -39,7 +39,7 @@
 #include <arch/chip/hostif.h>
 
 #include "chip.h"
-#include "up_arch.h"
+#include "arm_arch.h"
 
 #include "cxd56_clock.h"
 #include "cxd56_pinconfig.h"