]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/TQM866M.h
* Implement adaptive SDRAM timing configuration based on actual CPU
[karo-tx-uboot.git] / include / configs / TQM866M.h
index 31f6d735a53cbd2544c7ffd28fd67417c0a73359..a5a759f2d71aa3cb8a7ca0a361142b897da55c1b 100644 (file)
 #define CONFIG_MPC866          1       /* This is a MPC866 CPU         */
 #define CONFIG_TQM866M         1       /* ...on a TQM8xxM module       */
 
-#define CFG_866_OSCCLK         10000000        /*  10 MHz - PLL input clock            */
-#define CFG_866_CPUCLK_MIN     40000000        /*  40 MHz - CPU minimum clock          */
+#define CFG_866_OSCCLK          10000000       /*  10 MHz - PLL input clock            */
+#define CFG_866_CPUCLK_MIN      10000000       /*  10 MHz - CPU minimum clock          */
 #define CFG_866_CPUCLK_MAX     133000000       /* 133 MHz - CPU maximum clock          */
-#define CFG_866_CPUCLK_DEFAULT 100000000       /* 100 MHz - CPU default clock          */
+#define CFG_866_CPUCLK_DEFAULT  50000000       /*  50 MHz - CPU default clock          */
                                                /* (it will be used if there is no      */
                                                /* 'cpuclk' variable with valid value)  */
 
 #define CONFIG_8xx_CONS_SMC1   1       /* Console is on SMC1           */
-#undef CONFIG_8xx_CONS_SMC2
-#undef CONFIG_8xx_CONS_NONE
 
 #define CONFIG_BAUDRATE                115200  /* console baudrate = 115kbps   */