commit | 81de5bf7fb2f5822c0c6ce37bde9a082a11a4044 | [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 | 967a6d162d9dc1c5ae154f289bcdecc03cb9eb7c [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