summaryrefslogtreecommitdiff
path: root/arch/riscv/include
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-06-24 13:41:16 +0300
committerAndes <uboot@andestech.com>2020-07-01 10:01:21 +0300
commit309c79f3de4976854b0a80982bd7cb57bcb712d0 (patch)
tree17027bbe28f7cadc3032d0d25db001604f182ded /arch/riscv/include
parent60ffcf218fb2ed73dac1bd44ef0d45661b7577db (diff)
downloadu-boot-309c79f3de4976854b0a80982bd7cb57bcb712d0.tar.xz
riscv: Add headers for asm/global_data.h
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>
Diffstat (limited to 'arch/riscv/include')
-rw-r--r--arch/riscv/include/asm/global_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/global_data.h b/arch/riscv/include/asm/global_data.h
index 6c50149218..2eb14815bc 100644
--- 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 {