1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Use __ASSEMBLY__ as the assembly macros

Some places use __ASSEMBLER__ instead which does not work since the
Makefile does not define it. Fix them.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2020-05-10 11:40:12 -06:00
committed by Tom Rini
parent c05ed00afb
commit f09f1ecbe7
16 changed files with 20 additions and 20 deletions

View File

@@ -177,6 +177,6 @@ struct bl2_to_bl31_params_mem {
struct entry_point_info bl31_ep_info;
};
#endif /*__ASSEMBLY__*/
#endif /*__ASSEMBLY__ */
#endif /* __BL_COMMON_H__ */