diff options
author | Tom Rix <Tom.Rix@windriver.com> | 2009-05-15 23:47:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:49 +0200 |
commit | daea928829098cae3c9ec6b801e52ba616725034 (patch) | |
tree | 402258b009cae5e0a08e26274215f8633ed03d88 | |
parent | 65fd21c80fcaca2bbfe3ab06ab6ac68207408078 (diff) | |
download | u-boot-imx-daea928829098cae3c9ec6b801e52ba616725034.zip u-boot-imx-daea928829098cae3c9ec6b801e52ba616725034.tar.gz u-boot-imx-daea928829098cae3c9ec6b801e52ba616725034.tar.bz2 |
ZOOM1 Remove more legacy NAND defines.
These legacy NAND defines are no longer needed by this target.
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
-rw-r--r-- | include/configs/omap3_zoom1.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 50c05dc..9e000ed 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -138,19 +138,6 @@ #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ /* devices */ -#define SECTORSIZE 512 - -#define NAND_ALLOW_ERASE_ALL -#define ADDR_COLUMN 1 -#define ADDR_PAGE 2 -#define ADDR_COLUMN_PAGE 3 - -#define NAND_ChipID_UNKNOWN 0x00 -#define NAND_MAX_FLOORS 1 -#define NAND_MAX_CHIPS 1 -#define NAND_NO_RB 1 -#define CONFIG_SYS_NAND_WP - #define CONFIG_JFFS2_NAND /* nand device jffs2 lives on */ #define CONFIG_JFFS2_DEV "nand0" |