summaryrefslogtreecommitdiffstats
path: root/include/configs/omap2420h4.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 18:49:35 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 18:49:35 +0200
commit716c1dcb41389e865af1edde2ca15f2c567984cf (patch)
treec4f132ec01112797c91a969f30a63ddff549fe64 /include/configs/omap2420h4.h
parent49a7581c6ced35379ec3c450bb60fe736db9d733 (diff)
downloadtalos-obmc-uboot-716c1dcb41389e865af1edde2ca15f2c567984cf.tar.gz
talos-obmc-uboot-716c1dcb41389e865af1edde2ca15f2c567984cf.zip
Cleanup
Diffstat (limited to 'include/configs/omap2420h4.h')
-rw-r--r--include/configs/omap2420h4.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h
index 5674e20fc8..12252ac129 100644
--- a/include/configs/omap2420h4.h
+++ b/include/configs/omap2420h4.h
@@ -40,7 +40,7 @@
/* Clock config to target*/
#define PRCM_CONFIG_II 1
-//#define PRCM_CONFIG_III 1
+/* #define PRCM_CONFIG_III 1 */
#include <asm/arch/omap2420.h> /* get chip and board defs */
@@ -157,7 +157,6 @@
#define NAND_WP_OFF() do {*(volatile u32 *)(0x6800A050) |= 0x00000010;} while(0)
#define NAND_WP_ON() do {*(volatile u32 *)(0x6800A050) &= ~0x00000010;} while(0)
-
#define NAND_CTL_CLRALE(nandptr)
#define NAND_CTL_SETALE(nandptr)
#define NAND_CTL_CLRCLE(nandptr)
@@ -165,7 +164,6 @@
#define NAND_DISABLE_CE(nand)
#define NAND_ENABLE_CE(nand)
-
#define CONFIG_BOOTDELAY 3
#ifdef NFS_BOOT_DEFAULTS
@@ -261,9 +259,6 @@
#define CFG_ENV_OFFSET ( CFG_MONITOR_BASE + CFG_MONITOR_LEN ) /* Environment after Monitor */
#endif
-
-
-
/*-----------------------------------------------------------------------
* CFI FLASH driver setup
*/
OpenPOWER on IntegriCloud