diff options
| author | Grazvydas Ignotas <notasas@gmail.com> | 2010-04-29 17:19:13 +0300 | 
|---|---|---|
| committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-11-19 16:28:44 -0500 | 
| commit | 8b6724aa5a2b53f59be513aa88a0300a4845aabb (patch) | |
| tree | e73e202760ad54f0fb66955b43e1bf3823ba915b /include/configs/omap3_zoom2.h | |
| parent | 23df4f691acb10a5b8a656059d7149a9aea23bc8 (diff) | |
| download | olio-uboot-2014.01-8b6724aa5a2b53f59be513aa88a0300a4845aabb.tar.xz olio-uboot-2014.01-8b6724aa5a2b53f59be513aa88a0300a4845aabb.zip | |
OMAP3: remove unused config macros
Most OMAP3 boards have various flash related macros in their configs
that are either not referenced anywhere in the code or are used by
drivers that are not enabled. Remove them.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Acked-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_zoom2.h')
| -rw-r--r-- | include/configs/omap3_zoom2.h | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h index b7c301f8e..41abe044e 100644 --- a/include/configs/omap3_zoom2.h +++ b/include/configs/omap3_zoom2.h @@ -246,9 +246,6 @@  #define PISMO1_NAND_SIZE		GPMC_SIZE_128M  #define PISMO1_ONEN_SIZE		GPMC_SIZE_128M -#define CONFIG_SYS_MAX_FLASH_SECT	520	/* max number of sectors on */ -						/* one chip */ -#define CONFIG_SYS_MAX_FLASH_BANKS	2	/* max number of flash banks */  #define CONFIG_SYS_MONITOR_LEN		(256 << 10)	/* Reserve 2 sectors */  #define CONFIG_SYS_FLASH_BASE		boot_flash_base @@ -263,13 +260,6 @@  #define CONFIG_ENV_OFFSET		boot_flash_off  #define CONFIG_ENV_ADDR			SMNAND_ENV_OFFSET -/*----------------------------------------------------------------------- - * CFI FLASH driver setup - */ -/* timeout values are in ticks */ -#define CONFIG_SYS_FLASH_ERASE_TOUT	(100 * CONFIG_SYS_HZ) -#define CONFIG_SYS_FLASH_WRITE_TOUT	(100 * CONFIG_SYS_HZ) -  #ifndef __ASSEMBLY__  extern unsigned int boot_flash_base;  extern volatile unsigned int boot_flash_env_addr; |