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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user