checkpatch.pl: Request if() instead #ifdef
[oweals/u-boot.git] / include / configs / omap3_zoom1.h
index ca03fc167d6e79bfa5275d4303be1f6c2acec6ec..24884b26fb9a554771b527ec646f6b8752058e05 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_NR_DRAM_BANKS   2       /* CS1 may or may not be populated */
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 #include <asm/arch/omap.h>
 #include <configs/ti_omap3_common.h>
 /* Generic NAND definition conflicts with debug_base */
 #undef CONFIG_SYS_NAND_BASE
 
-#define CONFIG_MISC_INIT_R
-
 #define CONFIG_REVISION_TAG            1
 
-#define CONFIG_ENV_SIZE                        (128 << 10)     /* 128 KiB */
-
 /*
  * Hardware drivers
  */
@@ -51,7 +46,6 @@
 /*
  * TWL4030
  */
-#define CONFIG_TWL4030_LED             1
 
 /*
  * Board NAND Info.
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_MEMTEST_START       (PHYS_SDRAM_1)  /* memtest */
-#define CONFIG_SYS_MEMTEST_END         (PHYS_SDRAM_2 + \
-                                       0x01F00000) /* 31MB */
 
 /*-----------------------------------------------------------------------
  * FLASH and environment organization
 #define ONENAND_ENV_OFFSET             0x260000 /* environment starts here */
 
 #define CONFIG_SYS_ENV_SECT_SIZE       (128 << 10)     /* 128 KiB */
-#define CONFIG_ENV_OFFSET              0x260000
-#define CONFIG_ENV_ADDR                        0x260000
 
 #endif                         /* __CONFIG_H */