Re: [U-Boot] [PATCH 3/5] image.h: add forward declaration of struct fdt_region

2018-04-01 Thread Simon Glass
On 23 March 2018 at 22:30, Simon Glass  wrote:
> On 21 March 2018 at 03:03, Masahiro Yamada
>  wrote:
>> This header needs to know 'fdt_region' is a struct for the
>> fit_region_make_list() prototype.
>>
>> Signed-off-by: Masahiro Yamada 
>> ---
>>
>>  include/image.h | 1 +
>>  1 file changed, 1 insertion(+)
>
> Reviewed-by: Simon Glass 

Applied to u-boot-dm, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 3/5] image.h: add forward declaration of struct fdt_region

2018-03-23 Thread Simon Glass
On 21 March 2018 at 03:03, Masahiro Yamada
 wrote:
> This header needs to know 'fdt_region' is a struct for the
> fit_region_make_list() prototype.
>
> Signed-off-by: Masahiro Yamada 
> ---
>
>  include/image.h | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 3/5] image.h: add forward declaration of struct fdt_region

2018-03-21 Thread Masahiro Yamada
This header needs to know 'fdt_region' is a struct for the
fit_region_make_list() prototype.

Signed-off-by: Masahiro Yamada 
---

 include/image.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/image.h b/include/image.h
index 621abf6..a6f82ae 100644
--- a/include/image.h
+++ b/include/image.h
@@ -21,6 +21,7 @@
 
 /* Define this to avoid #ifdefs later on */
 struct lmb;
+struct fdt_region;
 
 #ifdef USE_HOSTCC
 #include 
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot