From: Masahiro Yamada Date: Mon, 24 Feb 2020 17:24:17 +0000 (+0900) Subject: asm-generic/u-boot.h: make self-contained X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=4ca281a56c35fb8c1cce934203821821ea1ed01c;p=u-boot.git asm-generic/u-boot.h: make self-contained This header uses 'phys_addr_t' and 'ulong'. Include the definitions. Signed-off-by: Masahiro Yamada [trini: Move include to below __ASSEMBLY__ test] Signed-off-by: Tom Rini --- diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index eee84f49bb..cc94d39069 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -23,6 +23,8 @@ #ifndef __ASSEMBLY__ +#include + typedef struct bd_info { unsigned long bi_memstart; /* start of DRAM memory */ phys_size_t bi_memsize; /* size of DRAM memory in bytes */