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/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6e940b74f5 arm/fvp-v8r: fix arm_earlyserialinit() is not called
correctly
6e940b74f5 is described below
commit 6e940b74f5ef64f17332f1cb44e2ddd65ca4e45f
Author: chao an <[email protected]>
AuthorDate: Thu Jan 11 11:47:16 2024 +0800
arm/fvp-v8r: fix arm_earlyserialinit() is not called correctly
USE_EARLYSERIALINIT will depends on the definition in arm_internal.h
Signed-off-by: chao an <[email protected]>
---
arch/arm/src/fvp-v8r-aarch32/fvp_boot.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c
b/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c
index cd90415731..a410a3b24f 100644
--- a/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c
+++ b/arch/arm/src/fvp-v8r-aarch32/fvp_boot.c
@@ -30,6 +30,8 @@
#include <arch/chip/chip.h>
+#include "arm_internal.h"
+
#include "barriers.h"
#include "cp15.h"
#include "arm_gic.h"