projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ffcf2
)
riscv: Add headers for asm/global_data.h
author
Sean Anderson
<seanga2@gmail.com>
Wed, 24 Jun 2020 10:41:16 +0000
(06:41 -0400)
committer
Andes
<uboot@andestech.com>
Wed, 1 Jul 2020 07:01:21 +0000
(15:01 +0800)
This header depended on bd_t and ulong, but did not include the appropriate
headers.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/riscv/include/asm/global_data.h
patch
|
blob
|
history
diff --git
a/arch/riscv/include/asm/global_data.h
b/arch/riscv/include/asm/global_data.h
index
6c50149
..
2eb1481
100644
(file)
--- a/
arch/riscv/include/asm/global_data.h
+++ b/
arch/riscv/include/asm/global_data.h
@@
-11,6
+11,8
@@
#define __ASM_GBL_DATA_H
#include <asm/smp.h>
+#include <asm/u-boot.h>
+#include <compiler.h>
/* Architecture-specific global data */
struct arch_global_data {