Re: [U-Boot] [PATCH v3 1/2] imximage: Encase majority of header in __ASSEMBLY__ declaration

2018-04-15 Thread Stefano Babic
On 26/03/2018 16:36, Bryan O'Donoghue wrote: > Subsequent patches will want to include imageimage.h but in doing so > include it on an assembly compile path causing a range of compile errors. > Fix the errors pre-emptively by encasing the majority of the declarations > in imximage.h inside an ifd

Re: [U-Boot] [PATCH v3 1/2] imximage: Encase majority of header in __ASSEMBLY__ declaration

2018-03-27 Thread Breno Matheus Lima
Hi All, -Original Message- From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] Sent: segunda-feira, 26 de março de 2018 11:37 To: u-boot@lists.denx.de; Fabio Estevam Cc: rui.si...@linaro.org; sba...@denx.de; Bryan O'Donoghue ; Utkarsh Gupta ; Breno Matheus Lima Subject: [PATCH

[U-Boot] [PATCH v3 1/2] imximage: Encase majority of header in __ASSEMBLY__ declaration

2018-03-26 Thread Bryan O'Donoghue
Subsequent patches will want to include imageimage.h but in doing so include it on an assembly compile path causing a range of compile errors. Fix the errors pre-emptively by encasing the majority of the declarations in imximage.h inside an ifdef __ASSEMBLY__ block. Signed-off-by: Bryan O'Donoghue