diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2018-03-26 15:36:45 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-04-15 11:44:13 +0200 |
commit | f4d8fccd3884ea8f76503966b14d0c25129e23eb (patch) | |
tree | 2863a117a8c70a076433bf5fa0ae155da268e435 /Kbuild | |
parent | 852cc548b3fdf6d5b46e2a96f876d14608ccdcf4 (diff) | |
download | u-boot-f4d8fccd3884ea8f76503966b14d0c25129e23eb.tar.gz |
imximage: Encase majority of header in __ASSEMBLY__ declaration
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 <bryan.odonoghue@linaro.org>
Cc: Utkarsh Gupta <utkarsh.gupta@nxp.com>
Cc: Breno Lima <breno.lima@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Tested-by: Breno Lima <breno.lima@nxp.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions