Merge branch 'master' of /home/git/u-boot
[oweals/u-boot.git] / include / configs / ms7722se.h
index 18e985118c4e13eb7d95513d3bd5657f0b92f786..85380373dab2a47995d9b69e5c297fde4b0b8567 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef __MS7722SE_H
 #define __MS7722SE_H
 
-#undef DEBUG 
 #define CONFIG_SH              1
 #define CONFIG_SH4             1
 #define CONFIG_CPU_SH7722      1
@@ -56,7 +55,6 @@
 /* MEMORY */
 #define MS7722SE_SDRAM_BASE    (0x8C000000)
 #define MS7722SE_FLASH_BASE_1  (0xA0000000)
-//#define MS7722SE_FLASH_BASE_1        (0xA1000000)
 #define MS7722SE_FLASH_BANK_SIZE       (8*1024 * 1024)
 
 #define CFG_LONGHELP                           /* undef to save memory */
 
 #define CFG_LOAD_ADDR  (CFG_SDRAM_BASE + 4 * 1024 * 1024)      /* default load address for scripts ?!? */
 
-#define CFG_MONITOR_BASE       (MS7722SE_FLASH_BASE_1) /* Address of u-boot image 
+#define CFG_MONITOR_BASE       (MS7722SE_FLASH_BASE_1) /* Address of u-boot image
                                                        in Flash (NOT run time address in SDRAM) ?!? */
 #define CFG_MONITOR_LEN        (128 * 1024)            /* */
 #define CFG_MALLOC_LEN (256 * 1024)            /* Size of DRAM reserved for malloc() use */
 #define CFG_GBL_DATA_SIZE      (256)           /* size in bytes reserved for initial data */
-#define CFG_BOOTMAPSZ  (8 * 1024 * 1024)       
+#define CFG_BOOTMAPSZ  (8 * 1024 * 1024)
 
 /* FLASH */
 #define CFG_FLASH_CFI
 
 #define CFG_FLASH_BASE         (MS7722SE_FLASH_BASE_1) /* Physical start address of Flash memory */
 
-#define CFG_MAX_FLASH_SECT     150             /* Max number of sectors on each 
+#define CFG_MAX_FLASH_SECT     150             /* Max number of sectors on each
                                                        Flash chip */
 
 /* if you use all NOR Flash , you change dip-switch. Please see MS7722SE01 Manual. */
 
 /* Board Clock */
 #define CONFIG_SYS_CLK_FREQ    33333333
-#define TMU_CLK_DIVIDER                (4)     /* 4 (default), 16, 64, 256 or 1024 */          
+#define TMU_CLK_DIVIDER                (4)     /* 4 (default), 16, 64, 256 or 1024 */
 #define CFG_HZ                 (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
 
 #endif /* __MS7722SE_H */