summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5-common/sromc.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2013-01-04 16:29:29 -0800
committerRonald G. Minnich <rminnich@gmail.com>2013-01-05 01:41:14 +0100
commit2f25d9963ee6ba57db67a0410fcd932f4be18373 (patch)
tree94b4dcb9029535d445e1115000c1197b850194b6 /src/cpu/samsung/exynos5-common/sromc.h
parent9bcab0c72bea6188ebf735ce08ba269ef5f9a272 (diff)
ARMv7: drop __ASSEMBLY__
We moved to using __ASSEMBLER__ years ago since it is set by as. Change-Id: I60103ba23ebe87be1d0bc63beed0ef5b05eed4f2 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2111 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5-common/sromc.h')
-rw-r--r--src/cpu/samsung/exynos5-common/sromc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/samsung/exynos5-common/sromc.h b/src/cpu/samsung/exynos5-common/sromc.h
index b413373cf4..d4fdae90e6 100644
--- a/src/cpu/samsung/exynos5-common/sromc.h
+++ b/src/cpu/samsung/exynos5-common/sromc.h
@@ -38,12 +38,12 @@
#define SROMC_BC_TACP(x) (x << 4) /* page mode access cycle */
#define SROMC_BC_PMC(x) (x << 0) /* normal(1data)page mode configuration */
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
struct s5p_sromc {
unsigned int bw;
unsigned int bc[4];
};
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
/* Configure the Band Width and Bank Control Regs for required SROMC Bank */
void s5p_config_sromc(u32 srom_bank, u32 srom_bw_conf, u32 srom_bc_conf);