mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +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:
@@ -589,5 +589,5 @@ struct ccsr_serdes {
|
||||
u8 res5[0x19fc - 0xa00];
|
||||
};
|
||||
|
||||
#endif /*__ASSEMBLY__*/
|
||||
#endif /*__ASSEMBLY__ */
|
||||
#endif /* __ARCH_FSL_LSCH3_IMMAP_H_ */
|
||||
|
Reference in New Issue
Block a user