OMAP: rename timer divisor
[oweals/u-boot.git] / include / configs / nmdk8815.h
index b37352e0bcbb9398e35252cd60a013701376207a..6d7b94f9c9e9f6d925455f6e4f23df541781d1fb 100644 (file)
@@ -48,7 +48,6 @@
 #define CONFIG_SYS_NO_FLASH
 /* There is NAND storage */
 #define CONFIG_NAND_NOMADIK
-#define CONFIG_CMD_NAND
 #define CONFIG_CMD_JFFS2
 
 /* user interface */
@@ -97,7 +96,6 @@
 /* timing informazion */
 #define CONFIG_SYS_HZ          (2400000 / 256) /* Timer0: 2.4Mhz + divider */
 #define CONFIG_SYS_TIMERBASE   0x101E2000
-#undef CONFIG_SYS_CLKS_IN_HZ
 
 /* serial port (PL011) configuration */
 #define CONFIG_PL011_SERIAL
 
 #ifdef CONFIG_BOOT_ONENAND
 
-#   undef CONFIG_CMD_NAND /* Temporary: nand and onenand can't coexist */
+#   define CONFIG_CMD_ONENAND /* Temporary: nand and onenand can't coexist */
    /* Partition                                Size    Start
     * XloaderTOC + X-Loader            256KB   0x00000000
     * Memory init function             256KB   0x00040000
 
 #else /* ! CONFIG_BOOT_ONENAND */
 
-#   undef CONFIG_CMD_ONENAND /* Temporary: nand and onenand can't coexist */
+#   define CONFIG_CMD_NAND /* Temporary: nand and onenand can't coexist */
 
 #   define CONFIG_JFFS2_DEV            "nand0"
 #   define CONFIG_JFFS2_NAND           1 /* For the jffs2 support*/