summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-03 16:07:01 +0300
committerTom Rini <trini@konsulko.com>2021-08-03 16:07:01 +0300
commitb91c70433386d133c842729c5d9b109cdcc79399 (patch)
tree26ec8aeb2cf89311f4894a8dafc79ce242ac4674 /arch/arm/mach-exynos
parent3b64774323298362f9833aac75bb4639b4f98999 (diff)
parent18f3afa4be879a9f591518a8f623b30f8b39917d (diff)
downloadu-boot-b91c70433386d133c842729c5d9b109cdcc79399.tar.xz
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r--arch/arm/mach-exynos/include/mach/sromc.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-exynos/include/mach/sromc.h b/arch/arm/mach-exynos/include/mach/sromc.h
index 15c9ccc723..ac229e0d16 100644
--- a/arch/arm/mach-exynos/include/mach/sromc.h
+++ b/arch/arm/mach-exynos/include/mach/sromc.h
@@ -33,22 +33,4 @@ struct s5p_sromc {
/* 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);
-enum {
- FDT_SROM_PMC,
- FDT_SROM_TACP,
- FDT_SROM_TAH,
- FDT_SROM_TCOH,
- FDT_SROM_TACC,
- FDT_SROM_TCOS,
- FDT_SROM_TACS,
-
- FDT_SROM_TIMING_COUNT,
-};
-
-struct fdt_sromc {
- u8 bank; /* srom bank number */
- u8 width; /* bus width in bytes */
- unsigned int timing[FDT_SROM_TIMING_COUNT]; /* timing parameters */
-};
-
#endif /* __ASM_ARCH_SROMC_H_ */