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:
parent
976aa5552f
commit
6e940b74f5
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include <arch/chip/chip.h>
|
||||
|
||||
#include "arm_internal.h"
|
||||
|
||||
#include "barriers.h"
|
||||
#include "cp15.h"
|
||||
#include "arm_gic.h"
|
||||
|
|
Loading…
Reference in New Issue