]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/hymod.h
* Patch by Jon Loeliger, 24 Aug 2004:
[karo-tx-uboot.git] / include / configs / hymod.h
index dc7de4461d4032192fe1db0ec4cd842c29d3b9c7..6f19909614e780b5ad0a9f5db6a20d8986f6fece 100644 (file)
@@ -36,6 +36,8 @@
 #define CONFIG_MPC8260         1       /* This is an MPC8260 CPU       */
 #define CONFIG_HYMOD           1       /* ...on a Hymod board          */
 
+#define        CONFIG_MISC_INIT_F      1       /* Use misc_init_f()            */
+
 #define CONFIG_BOARD_POSTCLK_INIT      /* have board_postclk_init() function */
 
 /*
                                        CFG_CMD_PCMCIA  | \
                                        CFG_CMD_PCI     | \
                                        CFG_CMD_USB     | \
+                                       CFG_CMD_REISER  | \
                                        CFG_CMD_SCSI    | \
                                        CFG_CMD_SPI     | \
-                                       CFG_CMD_VFD     ) )
+                                       CFG_CMD_VFD     | \
+                                       CFG_CMD_XIMG    ) )
 
 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
 #include <cmd_confdefs.h>
 #define        CONFIG_KGDB_EXTC_RATE   3686400 /* serial ext clk rate in Hz */
 #define        CONFIG_KGDB_EXTC_PINSEL 0       /* pin select 0=CLK3/CLK9,1=CLK5/CLK15*/
 # if defined(CONFIG_KGDB_USE_EXTC)
-#define CONFIG_KGDB_BAUDRATE   230400  /* speed to run kgdb serial port at */
+#define CONFIG_KGDB_BAUDRATE   115200  /* speed to run kgdb serial port at */
 # else
 #define CONFIG_KGDB_BAUDRATE   9600    /* speed to run kgdb serial port at */
 # endif
 #define CFG_FLASH_WRITE_TOUT   500     /* Flash Write Timeout (in ms)  */
 
 #define        CFG_ENV_IS_IN_FLASH     1
-#define        CFG_ENV_SIZE            0x1000  /* Total Size of Environment Sector */
+#define        CFG_ENV_SIZE            0x40000 /* Total Size of Environment Sector */
 #define CFG_ENV_SECT_SIZE      0x40000 /* see README - env sect real size */
 #define        CFG_ENV_ADDR    (CFG_FLASH_BASE+CFG_MONITOR_LEN-CFG_ENV_SECT_SIZE)