diff options
author | Simon Glass <sjg@chromium.org> | 2020-05-10 11:40:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-18 21:19:23 -0400 |
commit | f09f1ecbe77863ecefe586ccd6000064b49105a3 (patch) | |
tree | 424300a0c18924e75e0694782fe3e2ba48e884a0 /arch/arm/mach-socfpga/include/mach/sdram_arria10.h | |
parent | c05ed00afb95fa5237f16962fccf5810437317bf (diff) |
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>
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/sdram_arria10.h')
-rw-r--r-- | arch/arm/mach-socfpga/include/mach/sdram_arria10.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/sdram_arria10.h b/arch/arm/mach-socfpga/include/mach/sdram_arria10.h index 25b82fb285..f2773883fd 100644 --- a/arch/arm/mach-socfpga/include/mach/sdram_arria10.h +++ b/arch/arm/mach-socfpga/include/mach/sdram_arria10.h @@ -205,7 +205,7 @@ struct socfpga_io48_mmr { u32 niosreserve2; }; -#endif /*__ASSEMBLY__*/ +#endif /*__ASSEMBLY__ */ #define IO48_MMR_CTRLCFG0_DB2_BURST_LENGTH_MASK 0x1F000000 #define IO48_MMR_CTRLCFG0_DB2_BURST_LENGTH_SHIFT 24 |