diff options
author | Jason <r64343@freescale.com> | 2009-03-18 18:24:24 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 15:08:50 +0800 |
commit | 512c7938d979e2b0cdc9271c6745ef1d7a2cf213 (patch) | |
tree | 2cb4f9333167ab0978151f69d4fc50c13621f29a /include/asm-arm/arch-mx51/mx51.h | |
parent | e4f2035ea5507b954fcf0bc0e1362b61245de68c (diff) | |
download | u-boot-imx-512c7938d979e2b0cdc9271c6745ef1d7a2cf213.zip u-boot-imx-512c7938d979e2b0cdc9271c6745ef1d7a2cf213.tar.gz u-boot-imx-512c7938d979e2b0cdc9271c6745ef1d7a2cf213.tar.bz2 |
ENGR00109851 Add nand driver for MX51 uboot
Add nand driver for MX51 uboot
Signed-off-by:Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx51/mx51.h')
-rw-r--r-- | include/asm-arm/arch-mx51/mx51.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-arm/arch-mx51/mx51.h b/include/asm-arm/arch-mx51/mx51.h index d9d8ef7..566251b 100644 --- a/include/asm-arm/arch-mx51/mx51.h +++ b/include/asm-arm/arch-mx51/mx51.h @@ -406,14 +406,6 @@ MXC_IPG_PERCLK, MXC_UART_CLK, }; -/*! - * 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 mxc_get_clock(enum mxc_clock clk); extern unsigned int get_board_rev(void); extern int is_soc_rev(int rev); |