diff options
Diffstat (limited to 'include/asm-arm/arch-mx51/imx-regs.h')
-rw-r--r-- | include/asm-arm/arch-mx51/imx-regs.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/asm-arm/arch-mx51/imx-regs.h b/include/asm-arm/arch-mx51/imx-regs.h index 927eda3..3887d3c 100644 --- a/include/asm-arm/arch-mx51/imx-regs.h +++ b/include/asm-arm/arch-mx51/imx-regs.h @@ -209,16 +209,6 @@ #ifndef __ASSEMBLY__ -enum mxc_clock { - MXC_ARM_CLK = 0, - MXC_AHB_CLK, - MXC_IPG_CLK, - MXC_IPG_PERCLK, - MXC_UART_CLK, - MXC_CSPI_CLK, - MXC_FEC_CLK, -}; - struct clkctl { u32 ccr; u32 ccdr; @@ -266,17 +256,6 @@ struct weim { u32 cswcr2; }; -/*! - * NFMS bit in RCSR register for pagesize of nandflash - */ -#define NFMS (*((volatile u32 *)(CCM_BASE_ADDR+0x18))) -#define NFMS_BIT 8 -#define NFMS_NF_DWIDTH 14 -#define NFMS_NF_PG_SZ 8 - -extern unsigned int get_board_rev(void); -extern int is_soc_rev(int rev); - #endif /* __ASSEMBLER__*/ #endif /* __ASM_ARCH_MXC_MX51_H__ */ |