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 <anchao@lixiang.com>
This commit is contained in:
chao an 2024-01-11 11:47:16 +08:00 committed by Xiang Xiao
parent 976aa5552f
commit 6e940b74f5
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include <arch/chip/chip.h>
#include "arm_internal.h"
#include "barriers.h"
#include "cp15.h"
#include "arm_gic.h"