diff options
author | Tom Rini | 2021-08-03 09:07:01 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-03 09:07:01 -0400 |
commit | b91c70433386d133c842729c5d9b109cdcc79399 (patch) | |
tree | 26ec8aeb2cf89311f4894a8dafc79ce242ac4674 /arch/arm/mach-exynos | |
parent | 3b64774323298362f9833aac75bb4639b4f98999 (diff) | |
parent | 18f3afa4be879a9f591518a8f623b30f8b39917d (diff) |
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.h | 18 |
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 15c9ccc723d..ac229e0d169 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_ */ |