diff options
| author | Masahiro Yamada <[email protected]> | 2020-02-25 02:24:17 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-03-16 16:42:33 -0400 |
| commit | 4ca281a56c35fb8c1cce934203821821ea1ed01c (patch) | |
| tree | 2ffd2d29f27e45511ce8eb2480b0161590860b68 /include | |
| parent | b36992fb6b6d2d53a2cf1a5158ad6ed1335b0de9 (diff) | |
asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-contained
This header uses 'phys_addr_t' and 'ulong'. Include the definitions.
Signed-off-by: Masahiro Yamada <[email protected]>
[trini: Move include to below __ASSEMBLY__ test]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/u-boot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index eee84f49bb1..cc94d39069e 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -23,6 +23,8 @@ #ifndef __ASSEMBLY__ +#include <linux/types.h> + typedef struct bd_info { unsigned long bi_memstart; /* start of DRAM memory */ phys_size_t bi_memsize; /* size of DRAM memory in bytes */ |
