commit | f4110247c0dae0eea431cdc9ff8f5b6b27ee3fb6 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Mon Jun 08 14:48:09 2020 +0100 |
committer | Manish Pandey <manish.pandey2@arm.com> | Mon Jun 08 14:51:50 2020 +0100 |
tree | 682e2047725ca4bba4e5d1df551e7660c585ed7b | |
parent | 0727b01cc167726117097a844d2f6b1836e7b95a [diff] |
plat/arm: do not include export header directly As per "include/export/README", TF-A code should never include export headers directly. Instead, it should include a wrapper header that ensures the export header is included in the right manner. "tbbr_img_def_exp.h" is directly included in TF-A code, this patch replaces it with its wrapper header "tbbr_img_def.h". Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I31c1a42e6a7bcac4c396bb17e8548567ecd8147d