diff options
Diffstat (limited to 'include')
194 files changed, 0 insertions, 323 deletions
| diff --git a/include/configs/A3000.h b/include/configs/A3000.h index 90a21768e..8f3a672cd 100644 --- a/include/configs/A3000.h +++ b/include/configs/A3000.h @@ -168,7 +168,6 @@   */  #define CONFIG_SYS_CLK_FREQ  33333333	/* external frequency to pll */ -#define CONFIG_SYS_HZ		     1000  	/* Bit-field values for MCCR1.  	 */ diff --git a/include/configs/APC405.h b/include/configs/APC405.h index 473d3e84f..afc9ae885 100644 --- a/include/configs/APC405.h +++ b/include/configs/APC405.h @@ -176,8 +176,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  /* Only interrupt boot if space is pressed */ diff --git a/include/configs/AR405.h b/include/configs/AR405.h index c1ce5d971..a4bd4b1d6 100644 --- a/include/configs/AR405.h +++ b/include/configs/AR405.h @@ -127,8 +127,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  /*----------------------------------------------------------------------- diff --git a/include/configs/ASH405.h b/include/configs/ASH405.h index a9ea6b791..9460be3b5 100644 --- a/include/configs/ASH405.h +++ b/include/configs/ASH405.h @@ -122,8 +122,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */ diff --git a/include/configs/Adder.h b/include/configs/Adder.h index 68428571e..140f4439c 100644 --- a/include/configs/Adder.h +++ b/include/configs/Adder.h @@ -81,8 +81,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* Default load address		*/ -#define CONFIG_SYS_HZ			1000		/* Decrementer freq: 1 ms ticks	*/ -  /*-----------------------------------------------------------------------   * RAM configuration (note that CONFIG_SYS_SDRAM_BASE must be zero)   */ diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index 4aa131179..268f66ec0 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.h @@ -726,7 +726,6 @@ unsigned long get_board_ddr_clk(void);  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks*/  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/BC3450.h b/include/configs/BC3450.h index 0249c67a7..377db7be9 100644 --- a/include/configs/BC3450.h +++ b/include/configs/BC3450.h @@ -444,8 +444,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	    */ -#define CONFIG_SYS_HZ			1000		/* dec freq: 1ms ticks	    */ -  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs		    */  #if defined(CONFIG_CMD_KGDB)  #  define CONFIG_SYS_CACHELINE_SHIFT	5	/* log base 2 of the above value    */ diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index b267774e0..036f264c9 100644 --- a/include/configs/BSC9131RDB.h +++ b/include/configs/BSC9131RDB.h @@ -371,7 +371,6 @@ extern unsigned long get_sdram_size(void);  						/* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index cb1df5057..75889b357 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -613,7 +613,6 @@ combinations. this should be removed later  						/* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq:1ms ticks */  /* diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index 3e9755905..08156c531 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -402,7 +402,6 @@  						/* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* dec freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/CATcenter.h b/include/configs/CATcenter.h index a116f7d45..ba5dba55a 100644 --- a/include/configs/CATcenter.h +++ b/include/configs/CATcenter.h @@ -184,8 +184,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  /*----------------------------------------------------------------------- diff --git a/include/configs/CMS700.h b/include/configs/CMS700.h index d97ff2ab4..4a5fc864a 100644 --- a/include/configs/CMS700.h +++ b/include/configs/CMS700.h @@ -120,8 +120,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */ diff --git a/include/configs/CPC45.h b/include/configs/CPC45.h index b1c0e8bb7..764ca2215 100644 --- a/include/configs/CPC45.h +++ b/include/configs/CPC45.h @@ -179,7 +179,6 @@   */  #define CONFIG_SYS_CLK_FREQ	33000000 -#define CONFIG_SYS_HZ			1000  /* Bit-field values for MCCR1. diff --git a/include/configs/CPCI2DP.h b/include/configs/CPCI2DP.h index cc88abce4..85720a503 100644 --- a/include/configs/CPCI2DP.h +++ b/include/configs/CPCI2DP.h @@ -110,8 +110,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_LOOPW            1       /* enable loopw command         */  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */ diff --git a/include/configs/CPCI405.h b/include/configs/CPCI405.h index aa52ea7e4..793ee752d 100644 --- a/include/configs/CPCI405.h +++ b/include/configs/CPCI405.h @@ -123,8 +123,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_LOOPW            1       /* enable loopw command         */  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */ diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index d54070b85..53cf498db 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -132,8 +132,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_CMDLINE_EDITING		/* add command line history	*/  #define CONFIG_LOOPW            1       /* enable loopw command         */ diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h index fac9c11c0..ce310323f 100644 --- a/include/configs/CPCI405AB.h +++ b/include/configs/CPCI405AB.h @@ -131,8 +131,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_CMDLINE_EDITING		/* add command line history	*/  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */ diff --git a/include/configs/CPCI405DT.h b/include/configs/CPCI405DT.h index 1af186d2e..f09fcb0d4 100644 --- a/include/configs/CPCI405DT.h +++ b/include/configs/CPCI405DT.h @@ -133,8 +133,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_LOOPW            1       /* enable loopw command         */  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */ diff --git a/include/configs/CPCI750.h b/include/configs/CPCI750.h index f3311ad65..304a12bea 100644 --- a/include/configs/CPCI750.h +++ b/include/configs/CPCI750.h @@ -218,7 +218,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00300000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decr freq: 1ms ticks */  #define CONFIG_SYS_BUS_CLK		133000000	/* 133 MHz (CPU = 5*Bus = 666MHz)		*/  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 } diff --git a/include/configs/CPCIISER4.h b/include/configs/CPCIISER4.h index a3b3bd643..ae36411dd 100644 --- a/include/configs/CPCIISER4.h +++ b/include/configs/CPCIISER4.h @@ -110,8 +110,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  /*----------------------------------------------------------------------- diff --git a/include/configs/CPU86.h b/include/configs/CPU86.h index 7430a3990..a033a3a1e 100644 --- a/include/configs/CPU86.h +++ b/include/configs/CPU86.h @@ -185,8 +185,6 @@  #define	CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define	CONFIG_SYS_RESET_ADDRESS 0xFFF00100	/* "bad" address		*/  /* diff --git a/include/configs/CPU87.h b/include/configs/CPU87.h index b9ba5ed7b..06876746a 100644 --- a/include/configs/CPU87.h +++ b/include/configs/CPU87.h @@ -199,8 +199,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100	/* "bad" address		*/  #define CONFIG_LOOPW diff --git a/include/configs/CRAYL1.h b/include/configs/CRAYL1.h index c6ff4e13d..a4ce6c389 100644 --- a/include/configs/CRAYL1.h +++ b/include/configs/CRAYL1.h @@ -70,7 +70,6 @@  #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1  #define CONFIG_IDENT_STRING     "Cray L1"  #define CONFIG_ENV_OVERWRITE     1 -#define	CONFIG_SYS_HZ		             1000	/* decrementer freq: 1 ms ticks	*/  #define CONFIG_SYS_HUSH_PARSER			1  #define CONFIG_SOURCE			1 diff --git a/include/configs/CU824.h b/include/configs/CU824.h index 5d8a4a3ee..686402762 100644 --- a/include/configs/CU824.h +++ b/include/configs/CU824.h @@ -143,7 +143,6 @@   */  #define CONFIG_SYS_CLK_FREQ  33000000 -#define CONFIG_SYS_HZ		     1000  	/* Bit-field values for MCCR1.  	 */ diff --git a/include/configs/DB64360.h b/include/configs/DB64360.h index 92aa179af..b77c8b289 100644 --- a/include/configs/DB64360.h +++ b/include/configs/DB64360.h @@ -299,7 +299,6 @@ ip=${ipaddr}:${serverip}${bootargs_end}; bootm 0x400000;\0"  #define CONFIG_SYS_LOAD_ADDR		0x00400000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decr freq: 1ms ticks */  /*ronen - this the Sys clock (cpu bus,internal dram and SDRAM) */  #define CONFIG_SYS_BUS_CLK		133000000	/* 133 MHz (CPU = 5*Bus = 666MHz)		*/ diff --git a/include/configs/DB64460.h b/include/configs/DB64460.h index 0cf95ce30..abc443499 100644 --- a/include/configs/DB64460.h +++ b/include/configs/DB64460.h @@ -237,7 +237,6 @@ ip=${ipaddr}:${serverip}${bootargs_end}; bootm 0x400000;\0"  #define CONFIG_SYS_LOAD_ADDR		0x00400000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decr freq: 1ms ticks */  /*ronen - this the Sys clock (cpu bus,internal dram and SDRAM) */  #define CONFIG_SYS_BUS_CLK		133000000	/* 133 MHz (CPU = 5*Bus = 666MHz)		*/ diff --git a/include/configs/DP405.h b/include/configs/DP405.h index c84e0f691..74e79e23e 100644 --- a/include/configs/DP405.h +++ b/include/configs/DP405.h @@ -97,8 +97,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */ diff --git a/include/configs/DU405.h b/include/configs/DU405.h index 3156f7a1c..433077d5a 100644 --- a/include/configs/DU405.h +++ b/include/configs/DU405.h @@ -114,8 +114,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_SYS_RX_ETH_BUFFER	16	/* use 16 rx buffer on 405 emac */ diff --git a/include/configs/DU440.h b/include/configs/DU440.h index e8b04cde7..2d7fc59ea 100644 --- a/include/configs/DU440.h +++ b/include/configs/DU440.h @@ -326,8 +326,6 @@ int du440_phy_addr(int devnum);  #define CONFIG_SYS_LOAD_ADDR		0x100000  /* default load address	*/  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		        1000	/* decrementer freq: 1 ms ticks	*/ -  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/  #define CONFIG_LOOPW            1       /* enable loopw command         */  #define CONFIG_MX_CYCLIC        1       /* enable mdc/mwc commands      */ diff --git a/include/configs/ELPPC.h b/include/configs/ELPPC.h index 0793dafef..0ffbd41b4 100644 --- a/include/configs/ELPPC.h +++ b/include/configs/ELPPC.h @@ -95,8 +95,6 @@  #define CONFIG_SYS_LOAD_ADDR           0x1000000   /* default load address    */ -#define CONFIG_SYS_HZ                  1000        /* dec. freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, 230400 }  /* diff --git a/include/configs/ELPT860.h b/include/configs/ELPT860.h index 69f44b1e6..a9d62c880 100644 --- a/include/configs/ELPT860.h +++ b/include/configs/ELPT860.h @@ -120,8 +120,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  /*   * Environment Variables and Storages   */ diff --git a/include/configs/EP88x.h b/include/configs/EP88x.h index 1aa8a473f..e6d1385aa 100644 --- a/include/configs/EP88x.h +++ b/include/configs/EP88x.h @@ -76,8 +76,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* Default load address		*/ -#define CONFIG_SYS_HZ			1000		/* Decrementer freq: 1 ms ticks	*/ -  /*-----------------------------------------------------------------------   * RAM configuration (note that CONFIG_SYS_SDRAM_BASE must be zero)   */ diff --git a/include/configs/ESTEEM192E.h b/include/configs/ESTEEM192E.h index 7d2fb47d8..347f8b64a 100644 --- a/include/configs/ESTEEM192E.h +++ b/include/configs/ESTEEM192E.h @@ -84,8 +84,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/EVB64260.h b/include/configs/EVB64260.h index cf30fac4a..8ec75d961 100644 --- a/include/configs/EVB64260.h +++ b/include/configs/EVB64260.h @@ -123,8 +123,6 @@  #define CONFIG_SYS_MEMTEST_END		0x00C00000	/* 4 ... 12 MB in DRAM	*/  #define	CONFIG_SYS_LOAD_ADDR		0x00300000	/* default load address	*/ - -#define	CONFIG_SYS_HZ			1000		/* decr freq: 1ms ticks	*/  #define CONFIG_SYS_BUS_CLK		100000000	/* 100 MHz		*/  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 } diff --git a/include/configs/EXBITGEN.h b/include/configs/EXBITGEN.h index 502e7471a..f366308f4 100644 --- a/include/configs/EXBITGEN.h +++ b/include/configs/EXBITGEN.h @@ -115,8 +115,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_into (bd_t) */ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/FADS823.h b/include/configs/FADS823.h index 35c0c7eed..50de4ea08 100644 --- a/include/configs/FADS823.h +++ b/include/configs/FADS823.h @@ -152,8 +152,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address */ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/FADS850SAR.h b/include/configs/FADS850SAR.h index 559a83f52..d48460b9f 100644 --- a/include/configs/FADS850SAR.h +++ b/include/configs/FADS850SAR.h @@ -98,8 +98,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address */ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/FLAGADM.h b/include/configs/FLAGADM.h index 1c385f109..d93223fa4 100644 --- a/include/configs/FLAGADM.h +++ b/include/configs/FLAGADM.h @@ -94,8 +94,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x40040000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/FPS850L.h b/include/configs/FPS850L.h index 0e7b81775..4ea24a631 100644 --- a/include/configs/FPS850L.h +++ b/include/configs/FPS850L.h @@ -129,8 +129,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/FPS860L.h b/include/configs/FPS860L.h index 1dbb8edaf..c3688616a 100644 --- a/include/configs/FPS860L.h +++ b/include/configs/FPS860L.h @@ -129,8 +129,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/G2000.h b/include/configs/G2000.h index add3d6097..5c537ced9 100644 --- a/include/configs/G2000.h +++ b/include/configs/G2000.h @@ -149,8 +149,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_BOOTDELAY	3	/* autoboot after 3 seconds	*/ diff --git a/include/configs/GEN860T.h b/include/configs/GEN860T.h index 06c0e50c9..2822a08c0 100644 --- a/include/configs/GEN860T.h +++ b/include/configs/GEN860T.h @@ -310,11 +310,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x01000000  /* - * Set decrementer frequency (1 ms ticks) - */ -#define	CONFIG_SYS_HZ				1000 - -/*   * Device memory map (after SDRAM remap to 0x0):   *   * CS		Device				Base Addr	Size diff --git a/include/configs/GENIETV.h b/include/configs/GENIETV.h index c5ca279d7..6a34b12bc 100644 --- a/include/configs/GENIETV.h +++ b/include/configs/GENIETV.h @@ -142,8 +142,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address */ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 4800, 9600, 19200, 38400, 57600, 115200 }  /* diff --git a/include/configs/HH405.h b/include/configs/HH405.h index 1aaac8fc0..26b3bdf4d 100644 --- a/include/configs/HH405.h +++ b/include/configs/HH405.h @@ -174,8 +174,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE	1       /* include version env variable */ diff --git a/include/configs/HIDDEN_DRAGON.h b/include/configs/HIDDEN_DRAGON.h index 9caaae629..62a7f93fc 100644 --- a/include/configs/HIDDEN_DRAGON.h +++ b/include/configs/HIDDEN_DRAGON.h @@ -69,7 +69,6 @@  #define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address		*/ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */  /*-----------------------------------------------------------------------   * PCI stuff diff --git a/include/configs/HUB405.h b/include/configs/HUB405.h index 4b9baf66e..5e1665374 100644 --- a/include/configs/HUB405.h +++ b/include/configs/HUB405.h @@ -116,8 +116,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */ diff --git a/include/configs/HWW1U1A.h b/include/configs/HWW1U1A.h index 5aaa9767e..f3f213666 100644 --- a/include/configs/HWW1U1A.h +++ b/include/configs/HWW1U1A.h @@ -53,8 +53,6 @@  /* Enable IRQs and watchdog with a 1000Hz system decrementer */  #define CONFIG_CMD_IRQ -#define CONFIG_SYS_HZ 1000 -  /* -------------------------------------------------------------------- */ diff --git a/include/configs/ICU862.h b/include/configs/ICU862.h index 8d85cba75..16af4bbca 100644 --- a/include/configs/ICU862.h +++ b/include/configs/ICU862.h @@ -152,8 +152,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000 -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/IDS8247.h b/include/configs/IDS8247.h index 9b128142c..7aaa7768f 100644 --- a/include/configs/IDS8247.h +++ b/include/configs/IDS8247.h @@ -195,8 +195,6 @@  #define	CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define	CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC	/* "bad" address		*/  /* diff --git a/include/configs/IP860.h b/include/configs/IP860.h index 53ef8759e..97eda5844 100644 --- a/include/configs/IP860.h +++ b/include/configs/IP860.h @@ -115,8 +115,6 @@  #define	CONFIG_SYS_PIO_MODE		0	/* IDE interface in PIO Mode 0	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/IPHASE4539.h b/include/configs/IPHASE4539.h index 1721a3474..a543855a5 100644 --- a/include/configs/IPHASE4539.h +++ b/include/configs/IPHASE4539.h @@ -153,8 +153,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  #define CONFIG_SYS_RESET_ADDRESS	0x04400000  #define CONFIG_MISC_INIT_R	1	/* We need misc_init_r()	*/ diff --git a/include/configs/ISPAN.h b/include/configs/ISPAN.h index 232d159e4..a5cea8bc3 100644 --- a/include/configs/ISPAN.h +++ b/include/configs/ISPAN.h @@ -140,8 +140,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* Default load address		*/ -#define CONFIG_SYS_HZ			1000		/* Decrementer freq: 1 ms ticks	*/ -  #define CONFIG_SYS_RESET_ADDRESS	0x09900000  #define CONFIG_MISC_INIT_R			/* We need misc_init_r()	*/ diff --git a/include/configs/IVML24.h b/include/configs/IVML24.h index 181fe3995..8aa4ac215 100644 --- a/include/configs/IVML24.h +++ b/include/configs/IVML24.h @@ -110,8 +110,6 @@  #define CONFIG_SYS_PC_ETH_RESET	((ushort)0x0010)	/* PC 11	*/  #define CONFIG_SYS_PC_IDE_RESET	((ushort)0x0020)	/* PC 10	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/IVMS8.h b/include/configs/IVMS8.h index 85fa57647..0b54af595 100644 --- a/include/configs/IVMS8.h +++ b/include/configs/IVMS8.h @@ -107,8 +107,6 @@  #define CONFIG_SYS_PC_ETH_RESET	((ushort)0x0010)	/* PC 11	*/  #define CONFIG_SYS_PC_IDE_RESET	((ushort)0x0020)	/* PC 10	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 058b48ba3..52368f8ea 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -314,8 +314,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */  #if defined(CONFIG_CMD_KGDB)  #  define CONFIG_SYS_CACHELINE_SHIFT	5	/* log base 2 of the above value */ diff --git a/include/configs/JSE.h b/include/configs/JSE.h index 8aac447c1..4284d6a3a 100644 --- a/include/configs/JSE.h +++ b/include/configs/JSE.h @@ -191,8 +191,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_PPC4XX  #define CONFIG_SYS_I2C_PPC4XX_CH0 diff --git a/include/configs/KAREF.h b/include/configs/KAREF.h index da447f576..71e90d77d 100644 --- a/include/configs/KAREF.h +++ b/include/configs/KAREF.h @@ -283,7 +283,4 @@  #define CONFIG_SYS_LOAD_ADDR	      0x8000000	     /* default load address	*/  #define CONFIG_SYS_EXTBDINFO	      1		     /* use extended board_info */ -#define CONFIG_SYS_HZ		      100	     /* decr freq: 1 ms ticks	*/ - -  #endif	/* __CONFIG_H */ diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h index 59ac12ec8..7cf09d01f 100644 --- a/include/configs/KUP4K.h +++ b/include/configs/KUP4K.h @@ -171,8 +171,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 115200 }  #define CONFIG_SYS_CONSOLE_INFO_QUIET 1 diff --git a/include/configs/KUP4X.h b/include/configs/KUP4X.h index 91dbf3360..47d16233a 100644 --- a/include/configs/KUP4X.h +++ b/include/configs/KUP4X.h @@ -190,8 +190,6 @@  #define CONFIG_SYS_MEMTEST_END		0x003C00000	/* 4 ... 60 MB in DRAM	*/  #define CONFIG_SYS_LOAD_ADDR		0x200000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 115200 }  #define CONFIG_SYS_CONSOLE_INFO_QUIET 1 diff --git a/include/configs/M5208EVBE.h b/include/configs/M5208EVBE.h index 51919dbb3..66303773c 100644 --- a/include/configs/M5208EVBE.h +++ b/include/configs/M5208EVBE.h @@ -113,7 +113,6 @@  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Arg Buf Sz */  #define CONFIG_SYS_LOAD_ADDR	0x40010000 -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_CLK		166666666	/* CPU Core Clock */  #define CONFIG_SYS_PLL_ODR	0x36  #define CONFIG_SYS_PLL_FDR	0x7D diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h index 9aac78439..cde730595 100644 --- a/include/configs/M52277EVB.h +++ b/include/configs/M52277EVB.h @@ -176,8 +176,6 @@  #define CONFIG_SYS_LOAD_ADDR	(CONFIG_SYS_SDRAM_BASE + 0x10000) -#define CONFIG_SYS_HZ		1000 -  #define CONFIG_SYS_MBAR		0xFC000000  /* diff --git a/include/configs/M5235EVB.h b/include/configs/M5235EVB.h index 774db310e..0f6e2f72c 100644 --- a/include/configs/M5235EVB.h +++ b/include/configs/M5235EVB.h @@ -133,7 +133,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE+0x20000) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			75000000  #define CONFIG_SYS_CPU_CLK		CONFIG_SYS_CLK * 2 diff --git a/include/configs/M5249EVB.h b/include/configs/M5249EVB.h index 48a2214ee..ae4fe45fc 100644 --- a/include/configs/M5249EVB.h +++ b/include/configs/M5249EVB.h @@ -68,8 +68,6 @@  #define CONFIG_SYS_MEMTEST_START	0x400  #define CONFIG_SYS_MEMTEST_END		0x380000 -#define CONFIG_SYS_HZ			1000 -  /*   * Clock configuration: enable only one of the following options   */ diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 6707a8a99..76d02bda1 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -123,8 +123,6 @@ TABILITY or FITNESS FO04-2007 Freescale Semiconductor, Inc.  #define CONFIG_SYS_MEMTEST_START	0x400  #define CONFIG_SYS_MEMTEST_END		0x380000 -#define CONFIG_SYS_HZ			1000 -  #undef CONFIG_SYS_PLL_BYPASS		/* bypass PLL for test purpose */  #define CONFIG_SYS_FAST_CLK  #ifdef CONFIG_SYS_FAST_CLK diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h index b73363a66..fabfdb93d 100644 --- a/include/configs/M5253EVBE.h +++ b/include/configs/M5253EVBE.h @@ -92,8 +92,6 @@  #define CONFIG_SYS_MEMTEST_START	0x400  #define CONFIG_SYS_MEMTEST_END		0x380000 -#define CONFIG_SYS_HZ			1000 -  #undef CONFIG_SYS_PLL_BYPASS		/* bypass PLL for test purpose */  #define CONFIG_SYS_FAST_CLK  #ifdef CONFIG_SYS_FAST_CLK diff --git a/include/configs/M5272C3.h b/include/configs/M5272C3.h index 01d42ad6d..4c8412655 100644 --- a/include/configs/M5272C3.h +++ b/include/configs/M5272C3.h @@ -129,7 +129,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x20000  #define CONFIG_SYS_MEMTEST_START	0x400  #define CONFIG_SYS_MEMTEST_END		0x380000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			66000000  /* diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h index f99a545fe..4dddab7c1 100644 --- a/include/configs/M5275EVB.h +++ b/include/configs/M5275EVB.h @@ -139,7 +139,6 @@  	"save\0"				\  	"" -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			150000000  /* diff --git a/include/configs/M5282EVB.h b/include/configs/M5282EVB.h index d22018f12..fd970d078 100644 --- a/include/configs/M5282EVB.h +++ b/include/configs/M5282EVB.h @@ -117,7 +117,6 @@  #define CONFIG_SYS_MEMTEST_START	0x400  #define CONFIG_SYS_MEMTEST_END		0x380000 -#define CONFIG_SYS_HZ			1000  #define	CONFIG_SYS_CLK			64000000  /* PLL Configuration: Ext Clock * 6 (see table 9-4 of MCF user manual) */ diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h index 3bf5989f2..a100d9f31 100644 --- a/include/configs/M53017EVB.h +++ b/include/configs/M53017EVB.h @@ -133,7 +133,6 @@  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Arg Buf Sz */  #define CONFIG_SYS_LOAD_ADDR	0x40010000 -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_CLK		80000000  #define CONFIG_SYS_CPU_CLK	CONFIG_SYS_CLK * 3 diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index 85b4435d8..78ea38437 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -126,7 +126,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */  #define CONFIG_SYS_LOAD_ADDR		0x40010000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			80000000  #define CONFIG_SYS_CPU_CLK		CONFIG_SYS_CLK * 3 diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h index ccb5d05f4..849c26562 100644 --- a/include/configs/M5373EVB.h +++ b/include/configs/M5373EVB.h @@ -126,7 +126,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */  #define CONFIG_SYS_LOAD_ADDR		0x40010000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			80000000  #define CONFIG_SYS_CPU_CLK		CONFIG_SYS_CLK * 3 diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h index 6271bdeeb..de063b70d 100644 --- a/include/configs/M54418TWR.h +++ b/include/configs/M54418TWR.h @@ -253,8 +253,6 @@  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x10000) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_SYS_MBAR		0xFC000000  /* diff --git a/include/configs/M54451EVB.h b/include/configs/M54451EVB.h index 7fc5153c0..0f4b726f3 100644 --- a/include/configs/M54451EVB.h +++ b/include/configs/M54451EVB.h @@ -187,8 +187,6 @@  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x10000) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_SYS_MBAR			0xFC000000  /* diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index d3e6457b1..f0dc2aa53 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -246,8 +246,6 @@  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x10000) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_SYS_MBAR		0xFC000000  /* diff --git a/include/configs/M5475EVB.h b/include/configs/M5475EVB.h index 75c2b0748..e88a6bd8d 100644 --- a/include/configs/M5475EVB.h +++ b/include/configs/M5475EVB.h @@ -172,7 +172,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */  #define CONFIG_SYS_LOAD_ADDR		0x00010000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			CONFIG_SYS_BUSCLK  #define CONFIG_SYS_CPU_CLK		CONFIG_SYS_CLK * 2 diff --git a/include/configs/M5485EVB.h b/include/configs/M5485EVB.h index a15ee7dc1..e4128062a 100644 --- a/include/configs/M5485EVB.h +++ b/include/configs/M5485EVB.h @@ -158,7 +158,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */  #define CONFIG_SYS_LOAD_ADDR		0x00010000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			CONFIG_SYS_BUSCLK  #define CONFIG_SYS_CPU_CLK		CONFIG_SYS_CLK * 2 diff --git a/include/configs/MBX.h b/include/configs/MBX.h index a9beb074d..96edd442d 100644 --- a/include/configs/MBX.h +++ b/include/configs/MBX.h @@ -97,8 +97,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/MBX860T.h b/include/configs/MBX860T.h index 8d1ca4823..74f44df68 100644 --- a/include/configs/MBX860T.h +++ b/include/configs/MBX860T.h @@ -72,8 +72,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/MERGERBOX.h b/include/configs/MERGERBOX.h index 95660b678..8a4002980 100644 --- a/include/configs/MERGERBOX.h +++ b/include/configs/MERGERBOX.h @@ -366,7 +366,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)  #define CONFIG_SYS_MAXARGS	16  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000  #define CONFIG_LOADS_ECHO		1  #define CONFIG_SYS_LOADS_BAUD_CHANGE	1 diff --git a/include/configs/METROBOX.h b/include/configs/METROBOX.h index abb6baa40..32ec0bf06 100644 --- a/include/configs/METROBOX.h +++ b/include/configs/METROBOX.h @@ -348,7 +348,4 @@  #define CONFIG_SYS_LOAD_ADDR	      0x8000000	     /* default load address	*/  #define CONFIG_SYS_EXTBDINFO	      1		     /* use extended board_info */ -#define CONFIG_SYS_HZ		      100	     /* decr freq: 1 ms ticks	*/ - -  #endif	/* __CONFIG_H */ diff --git a/include/configs/MHPC.h b/include/configs/MHPC.h index 8dbe6604d..6314b5380 100644 --- a/include/configs/MHPC.h +++ b/include/configs/MHPC.h @@ -143,8 +143,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x300000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 78939ce97..f248a5642 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -179,8 +179,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x400000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/MOUSSE.h b/include/configs/MOUSSE.h index 5f3b29867..1bf1bf8c4 100644 --- a/include/configs/MOUSSE.h +++ b/include/configs/MOUSSE.h @@ -152,7 +152,6 @@  #define CONFIG_SYS_CLK_FREQ  33000000	/* external frequency to pll */  #define CONFIG_PLL_PCI_TO_MEM_MULTIPLIER  2 -#define CONFIG_SYS_HZ               1000  #define CONFIG_SYS_ETH_DEV_FN       0x00  #define CONFIG_SYS_ETH_IOBASE       0x00104000 diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index dc4f0f134..3def26929 100644 --- a/include/configs/MPC8260ADS.h +++ b/include/configs/MPC8260ADS.h @@ -286,8 +286,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 }  #define CONFIG_SYS_FLASH_BASE		0xff800000 diff --git a/include/configs/MPC8266ADS.h b/include/configs/MPC8266ADS.h index 311d2ab8b..39c90aa2b 100644 --- a/include/configs/MPC8266ADS.h +++ b/include/configs/MPC8266ADS.h @@ -228,8 +228,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 }  #define CONFIG_SYS_FLASH_BASE		0xFE000000 diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h index 58fc0f820..0131b9c6d 100644 --- a/include/configs/MPC8308RDB.h +++ b/include/configs/MPC8308RDB.h @@ -470,7 +470,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index cd8fbedae..07719e926 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -519,7 +519,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index b593cfe67..0f9f436e3 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -531,7 +531,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h index f85e3b480..a1e5f3b2b 100644 --- a/include/configs/MPC8323ERDB.h +++ b/include/configs/MPC8323ERDB.h @@ -367,7 +367,6 @@  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index f626d0aae..71fc497e7 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -453,7 +453,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 72e408e93..3f742a2bb 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -519,7 +519,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index c492d52fb..e2ae59632 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -562,7 +562,6 @@ boards, we say we have two, but don't display a message if we find only one. */  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index 2c3a36b9e..ed780f17f 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -556,7 +556,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index bd7976fb8..d31be1973 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -417,7 +417,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index fb22adff2..98ffb9c29 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -535,7 +535,6 @@ extern int board_pci_host_broken(void);  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 98672eb38..ca28c0eb2 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -550,7 +550,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 1bb06ca01..8197f89e4 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -729,7 +729,6 @@  		+ sizeof(CONFIG_SYS_PROMPT) + 16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index 4286dd5e3..66893688e 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -386,7 +386,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index 960ff4c58..e24c59745 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -399,7 +399,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 2022dec36..2e76df681 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -430,7 +430,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index da0a6d321..9ff048af6 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -524,7 +524,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8555CDS.h b/include/configs/MPC8555CDS.h index 68c3779c7..7f0f927ea 100644 --- a/include/configs/MPC8555CDS.h +++ b/include/configs/MPC8555CDS.h @@ -397,7 +397,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index 29163445c..b7c4a6030 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -427,7 +427,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index bf9d5bdd4..c9a15395c 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -419,7 +419,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 8e2622e82..341f6a89b 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -555,7 +555,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_MAXARGS	32		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE  						/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ	1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index b9d1795bd..c7511449e 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -669,7 +669,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index a755d34dc..97f5c877e 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -507,7 +507,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 29e083ca3..8ed505076 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -660,7 +660,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MUSENKI.h b/include/configs/MUSENKI.h index 95361da1d..b24f6eea2 100644 --- a/include/configs/MUSENKI.h +++ b/include/configs/MUSENKI.h @@ -150,7 +150,6 @@   */  #define CONFIG_SYS_CLK_FREQ  33333333	/* external frequency to pll */ -#define CONFIG_SYS_HZ		     1000  	/* Bit-field values for MCCR1.  	 */ diff --git a/include/configs/MVBC_P.h b/include/configs/MVBC_P.h index f1773198e..9d49de7c6 100644 --- a/include/configs/MVBC_P.h +++ b/include/configs/MVBC_P.h @@ -265,8 +265,6 @@  #define CONFIG_SYS_MEMTEST_START	0x00800000  #define CONFIG_SYS_MEMTEST_END		0x02f00000 -#define CONFIG_SYS_HZ			1000 -  /* default load address */  #define CONFIG_SYS_LOAD_ADDR		0x02000000  /* default location for tftp and bootm */ diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index d24f6a4b4..efdf1aa67 100644 --- a/include/configs/MVBLM7.h +++ b/include/configs/MVBLM7.h @@ -292,7 +292,6 @@  			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)  #define CONFIG_SYS_MAXARGS	16  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/MVBLUE.h b/include/configs/MVBLUE.h index 11630487e..4100b8549 100644 --- a/include/configs/MVBLUE.h +++ b/include/configs/MVBLUE.h @@ -208,7 +208,6 @@   */  #define CONFIG_SYS_CLK_FREQ  33000000 -#define CONFIG_SYS_HZ			 10000  /* Bit-field values for MCCR1.  */  #define CONFIG_SYS_ROMNAL      7 diff --git a/include/configs/MVS1.h b/include/configs/MVS1.h index 72fdb878d..73cd2a9a3 100644 --- a/include/configs/MVS1.h +++ b/include/configs/MVS1.h @@ -102,8 +102,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/MVSMR.h b/include/configs/MVSMR.h index 660212514..f69b9a856 100644 --- a/include/configs/MVSMR.h +++ b/include/configs/MVSMR.h @@ -235,8 +235,6 @@  #define CONFIG_SYS_MEMTEST_START	0x00800000  #define CONFIG_SYS_MEMTEST_END		0x02f00000 -#define CONFIG_SYS_HZ			1000 -  /* default load address */  #define CONFIG_SYS_LOAD_ADDR		0x02000000  /* default location for tftp and bootm */ diff --git a/include/configs/MigoR.h b/include/configs/MigoR.h index 0fcf18f8e..9fd455142 100644 --- a/include/configs/MigoR.h +++ b/include/configs/MigoR.h @@ -125,6 +125,5 @@  #define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ  #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ  #define CONFIG_SYS_TMU_CLK_DIV		(4)	/* 4 (default), 16, 64, 256 or 1024 */ -#define CONFIG_SYS_HZ		1000  #endif	/* __MIGO_R_H */ diff --git a/include/configs/NETPHONE.h b/include/configs/NETPHONE.h index bf041e395..08cfc9e4b 100644 --- a/include/configs/NETPHONE.h +++ b/include/configs/NETPHONE.h @@ -135,8 +135,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/NETTA.h b/include/configs/NETTA.h index e69184c45..800a92267 100644 --- a/include/configs/NETTA.h +++ b/include/configs/NETTA.h @@ -148,8 +148,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/NETTA2.h b/include/configs/NETTA2.h index 920c86cec..55ae4b533 100644 --- a/include/configs/NETTA2.h +++ b/include/configs/NETTA2.h @@ -136,8 +136,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/NETVIA.h b/include/configs/NETVIA.h index 85289b28c..4a0fa9e11 100644 --- a/include/configs/NETVIA.h +++ b/include/configs/NETVIA.h @@ -118,8 +118,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/NSCU.h b/include/configs/NSCU.h index 5a3933bd5..a9c649abe 100644 --- a/include/configs/NSCU.h +++ b/include/configs/NSCU.h @@ -137,8 +137,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/NX823.h b/include/configs/NX823.h index bc5575112..6d468dfcd 100644 --- a/include/configs/NX823.h +++ b/include/configs/NX823.h @@ -82,8 +82,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/OCRTC.h b/include/configs/OCRTC.h index 979f029f7..7baba93c8 100644 --- a/include/configs/OCRTC.h +++ b/include/configs/OCRTC.h @@ -106,8 +106,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  /*----------------------------------------------------------------------- diff --git a/include/configs/ORSG.h b/include/configs/ORSG.h index 2900ea01b..5a9bee349 100644 --- a/include/configs/ORSG.h +++ b/include/configs/ORSG.h @@ -104,8 +104,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  /*----------------------------------------------------------------------- diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 27fc94fdc..c1cfbd40b 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -713,7 +713,6 @@ extern unsigned long get_sdram_size(void);  						/* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* dec freq: 1ms ticks */  /*   * Internal Definitions diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index f530aedaa..1470526d0 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -714,7 +714,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)  #define CONFIG_SYS_MAXARGS	16  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h index 880bbae59..e49523e94 100644 --- a/include/configs/P1023RDB.h +++ b/include/configs/P1023RDB.h @@ -322,7 +322,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ	1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h index 7e14ae151..2aa1f59ea 100644 --- a/include/configs/P1023RDS.h +++ b/include/configs/P1023RDS.h @@ -458,7 +458,6 @@ extern unsigned long get_clock_freq(void);  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ	1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h index 0b9603fc3..282f5c1a1 100644 --- a/include/configs/P1_P2_RDB.h +++ b/include/configs/P1_P2_RDB.h @@ -595,7 +595,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  						/* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/P2020COME.h b/include/configs/P2020COME.h index a56630164..9cc219e5a 100644 --- a/include/configs/P2020COME.h +++ b/include/configs/P2020COME.h @@ -421,7 +421,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);  						/* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms tick */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index 320dc231d..8a29eaa50 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -659,7 +659,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index f4e34f50e..0df6f1a2d 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -666,7 +666,6 @@ unsigned long get_board_sys_clk(unsigned long dummy);  #define CONFIG_SYS_MAXARGS	16		/* max number of command args */  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000		/* decrementer freq 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/P3G4.h b/include/configs/P3G4.h index b44d7166a..ac75d3ebf 100644 --- a/include/configs/P3G4.h +++ b/include/configs/P3G4.h @@ -149,8 +149,6 @@  #define CONFIG_SYS_MEMTEST_END		0x00C00000	/* 4 ... 12 MB in DRAM	*/  #define	CONFIG_SYS_LOAD_ADDR		0x00300000	/* default load address	*/ - -#define	CONFIG_SYS_HZ			1000		/* decr freq: 1ms ticks	*/  #define CONFIG_SYS_BUS_CLK		133000000	/* 133 MHz		*/  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 } diff --git a/include/configs/PATI.h b/include/configs/PATI.h index 732fe64d4..d823b0f3c 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -94,8 +94,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address		*/ -#define	CONFIG_SYS_HZ			1000		/* Decrementer freq: 1 ms ticks	*/ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 1250000 } diff --git a/include/configs/PCI405.h b/include/configs/PCI405.h index 6f960eb03..3b5c73e9f 100644 --- a/include/configs/PCI405.h +++ b/include/configs/PCI405.h @@ -109,8 +109,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #undef CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */ diff --git a/include/configs/PCI5441.h b/include/configs/PCI5441.h index 2d350bf08..7ae25d7b6 100644 --- a/include/configs/PCI5441.h +++ b/include/configs/PCI5441.h @@ -101,7 +101,6 @@   * If the default period is acceptable, TMRCNT can be left undefined.   * TMRMS represents the desired mecs per tick (msecs per interrupt).   *----------------------------------------------------------------------*/ -#define CONFIG_SYS_HZ			1000	/* Always 1000 */  #define CONFIG_SYS_LOW_RES_TIMER  #define CONFIG_SYS_NIOS_TMRBASE	0x00920860	/* Tick timer base addr	*/  #define CONFIG_SYS_NIOS_TMRIRQ		3	/* Timer IRQ num */ diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index ee6a5a369..118072486 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -172,8 +172,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* default load address */  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/PK1C20.h b/include/configs/PK1C20.h index 8042648ec..e7d08647f 100644 --- a/include/configs/PK1C20.h +++ b/include/configs/PK1C20.h @@ -111,7 +111,6 @@   * If the default period is acceptable, TMRCNT can be left undefined.   * TMRMS represents the desired mecs per tick (msecs per interrupt).   *----------------------------------------------------------------------*/ -#define CONFIG_SYS_HZ			1000	/* Always 1000 */  #define CONFIG_SYS_LOW_RES_TIMER  #define CONFIG_SYS_NIOS_TMRBASE	0x02120820	/* Tick timer base addr */  #define CONFIG_SYS_NIOS_TMRIRQ		3	/* Timer IRQ num */ diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 035983776..947b3d857 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @@ -133,8 +133,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_BOOTDELAY	3	/* autoboot after 3 seconds	*/ diff --git a/include/configs/PM520.h b/include/configs/PM520.h index 09e749ee0..557a8bad7 100644 --- a/include/configs/PM520.h +++ b/include/configs/PM520.h @@ -265,8 +265,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */  #if defined(CONFIG_CMD_KGDB)  #  define CONFIG_SYS_CACHELINE_SHIFT	5	/* log base 2 of the above value */ diff --git a/include/configs/PM826.h b/include/configs/PM826.h index a047dcbba..5aeba4dc4 100644 --- a/include/configs/PM826.h +++ b/include/configs/PM826.h @@ -182,8 +182,6 @@  #define	CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define	CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC	/* "bad" address		*/  /* diff --git a/include/configs/PM828.h b/include/configs/PM828.h index eb6aee01b..49b4571e1 100644 --- a/include/configs/PM828.h +++ b/include/configs/PM828.h @@ -182,8 +182,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC	/* "bad" address		*/  /* diff --git a/include/configs/PMC405.h b/include/configs/PMC405.h index 1ce4f18ba..9fab4b2c7 100644 --- a/include/configs/PMC405.h +++ b/include/configs/PMC405.h @@ -127,8 +127,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1	/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_CMDLINE_EDITING	1	/* add command line history */  #define CONFIG_LOOPW		1	/* enable loopw command */ diff --git a/include/configs/PMC405DE.h b/include/configs/PMC405DE.h index 12a7c0f94..098409533 100644 --- a/include/configs/PMC405DE.h +++ b/include/configs/PMC405DE.h @@ -103,8 +103,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1	/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_CMDLINE_EDITING	1	/* add command line history     */  #define CONFIG_LOOPW		1	/* enable loopw command         */  #define CONFIG_MX_CYCLIC	1	/* enable mdc/mwc commands      */ diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index cc2ff43fd..5ab9315b1 100644 --- a/include/configs/PMC440.h +++ b/include/configs/PMC440.h @@ -387,8 +387,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address      */  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_CMDLINE_EDITING	1	/* add command line history     */  #define CONFIG_LOOPW		1	/* enable loopw command         */  #define CONFIG_MX_CYCLIC	1	/* enable mdc/mwc commands      */ diff --git a/include/configs/PN62.h b/include/configs/PN62.h index a88256d3b..2a82f94b6 100644 --- a/include/configs/PN62.h +++ b/include/configs/PN62.h @@ -91,7 +91,6 @@  #define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address		*/ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */  #define CONFIG_PRAM		1024		/* reserve 1 MB protected RAM	*/ diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h index 428e4d31b..1b17afa61 100644 --- a/include/configs/PPChameleonEVB.h +++ b/include/configs/PPChameleonEVB.h @@ -193,8 +193,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  /*----------------------------------------------------------------------- diff --git a/include/configs/QS823.h b/include/configs/QS823.h index aeb3ec4d1..673346042 100644 --- a/include/configs/QS823.h +++ b/include/configs/QS823.h @@ -235,8 +235,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/QS850.h b/include/configs/QS850.h index 92b157352..f11421387 100644 --- a/include/configs/QS850.h +++ b/include/configs/QS850.h @@ -235,8 +235,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/QS860T.h b/include/configs/QS860T.h index 85b95507a..9958c09d7 100644 --- a/include/configs/QS860T.h +++ b/include/configs/QS860T.h @@ -145,8 +145,6 @@ CONFIG_SPI  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/R360MPI.h b/include/configs/R360MPI.h index f75b6516b..009d1cf97 100644 --- a/include/configs/R360MPI.h +++ b/include/configs/R360MPI.h @@ -148,8 +148,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * JFFS2 partitions   */ diff --git a/include/configs/RBC823.h b/include/configs/RBC823.h index ca86b7f03..e7e061cb3 100644 --- a/include/configs/RBC823.h +++ b/include/configs/RBC823.h @@ -133,8 +133,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x0100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/RPXClassic.h b/include/configs/RPXClassic.h index e81b77021..0f07d0cfe 100644 --- a/include/configs/RPXClassic.h +++ b/include/configs/RPXClassic.h @@ -115,8 +115,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/RPXlite.h b/include/configs/RPXlite.h index 699a748f3..a28230a5d 100644 --- a/include/configs/RPXlite.h +++ b/include/configs/RPXlite.h @@ -114,8 +114,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x400000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/RPXlite_DW.h b/include/configs/RPXlite_DW.h index ffc84d290..50c82c68e 100644 --- a/include/configs/RPXlite_DW.h +++ b/include/configs/RPXlite_DW.h @@ -162,8 +162,6 @@  #define CONFIG_SYS_MEMTEST_END		0x00C0000	/* 4 ... 12 MB in DRAM	*/  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/RPXsuper.h b/include/configs/RPXsuper.h index 231efc1a9..28884295e 100644 --- a/include/configs/RPXsuper.h +++ b/include/configs/RPXsuper.h @@ -213,7 +213,6 @@  #define	CONFIG_CLOCKS_IN_MHZ	1	/* clocks passsed to Linux in MHz */  #define CONFIG_SYS_LOAD_ADDR     0x100000     /* default load address */ -#define CONFIG_SYS_HZ            1000         /* decrementer freq: 1 ms ticks */  /*   * Low Level Configuration Settings diff --git a/include/configs/RRvision.h b/include/configs/RRvision.h index 7b09e09b0..97f779871 100644 --- a/include/configs/RRvision.h +++ b/include/configs/RRvision.h @@ -159,8 +159,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h index 76f2d7e4c..1cdd18c0b 100644 --- a/include/configs/Rattler.h +++ b/include/configs/Rattler.h @@ -169,8 +169,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 }  #define CONFIG_SYS_FLASH_BASE		0xFE000000 diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index 336a5b7d6..40fb63d14 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -365,7 +365,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/SM850.h b/include/configs/SM850.h index 61bc2abba..a7e44647a 100644 --- a/include/configs/SM850.h +++ b/include/configs/SM850.h @@ -90,8 +90,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/SPD823TS.h b/include/configs/SPD823TS.h index abae60931..a8b4fbb7f 100644 --- a/include/configs/SPD823TS.h +++ b/include/configs/SPD823TS.h @@ -102,8 +102,6 @@  #define CONFIG_SYS_PC_IDE_RESET	((ushort)0x0008)	/* PC 12	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/SXNI855T.h b/include/configs/SXNI855T.h index 7776db4cb..38940194f 100644 --- a/include/configs/SXNI855T.h +++ b/include/configs/SXNI855T.h @@ -169,8 +169,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000 -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/Sandpoint8240.h b/include/configs/Sandpoint8240.h index 74107fff8..8a689b357 100644 --- a/include/configs/Sandpoint8240.h +++ b/include/configs/Sandpoint8240.h @@ -103,7 +103,6 @@  #define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address		*/ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */  /*-----------------------------------------------------------------------   * PCI stuff diff --git a/include/configs/Sandpoint8245.h b/include/configs/Sandpoint8245.h index ae74440c1..a17f5ad86 100644 --- a/include/configs/Sandpoint8245.h +++ b/include/configs/Sandpoint8245.h @@ -71,7 +71,6 @@  #define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/  #define CONFIG_SYS_LOAD_ADDR		0x00100000	/* default load address		*/ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */  /*-----------------------------------------------------------------------   * PCI stuff diff --git a/include/configs/TASREG.h b/include/configs/TASREG.h index 084cb1aa7..5ad938362 100644 --- a/include/configs/TASREG.h +++ b/include/configs/TASREG.h @@ -83,8 +83,6 @@  #define CONFIG_SYS_MEMTEST_START	0x400  #define CONFIG_SYS_MEMTEST_END		0x380000 -#define CONFIG_SYS_HZ			1000 -  /*   * Clock configuration: enable only one of the following options   */ diff --git a/include/configs/TB5200.h b/include/configs/TB5200.h index 485a13a34..90f7fc4d7 100644 --- a/include/configs/TB5200.h +++ b/include/configs/TB5200.h @@ -409,8 +409,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Enable loopw command.   */ diff --git a/include/configs/TK885D.h b/include/configs/TK885D.h index f17c5b7ff..5e1c52d85 100644 --- a/include/configs/TK885D.h +++ b/include/configs/TK885D.h @@ -174,8 +174,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Enable loopw command.   */ diff --git a/include/configs/TOP5200.h b/include/configs/TOP5200.h index cc3aa7b9c..7aba00914 100644 --- a/include/configs/TOP5200.h +++ b/include/configs/TOP5200.h @@ -331,8 +331,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x200000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */  #if defined(CONFIG_CMD_KGDB)  #  define CONFIG_SYS_CACHELINE_SHIFT	5	/* log base 2 of the above value */ diff --git a/include/configs/TOP860.h b/include/configs/TOP860.h index e67aaa840..da68503a6 100644 --- a/include/configs/TOP860.h +++ b/include/configs/TOP860.h @@ -68,7 +68,6 @@  #define	CONFIG_SYS_CPUCLOCK	CONFIG_SYSCLK  #define	CONFIG_SYS_BRGCLOCK	CONFIG_SYSCLK  #define	CONFIG_SYS_BUSCLOCK	(CONFIG_SYSCLK >> CONFIG_EBDF) -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */  #define	CONFIG_8xx_GCLK_FREQ	CONFIG_SYSCLK  /*----------------------------------------------------------------------- diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index b45c3e2b4..13500ee13 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -631,8 +631,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Enable loopw command.   */ diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h index a33880e94..cc2204586 100644 --- a/include/configs/TQM823L.h +++ b/include/configs/TQM823L.h @@ -145,8 +145,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM823M.h b/include/configs/TQM823M.h index 3a97042fc..4fd070f27 100644 --- a/include/configs/TQM823M.h +++ b/include/configs/TQM823M.h @@ -140,8 +140,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM8260.h b/include/configs/TQM8260.h index e6dbbc05d..b34b0a865 100644 --- a/include/configs/TQM8260.h +++ b/include/configs/TQM8260.h @@ -246,8 +246,6 @@  #define	CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define	CONFIG_SYS_RESET_ADDRESS 0xFFFFFFFC	/* "bad" address		*/  /* diff --git a/include/configs/TQM8272.h b/include/configs/TQM8272.h index 205f3f880..78e8b03cd 100644 --- a/include/configs/TQM8272.h +++ b/include/configs/TQM8272.h @@ -310,8 +310,6 @@  #define	CONFIG_SYS_LOAD_ADDR	0x300000	/* default load address	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define	CONFIG_SYS_RESET_ADDRESS 0x40000104	/* "bad" address		*/  /* diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 610627997..fc254256a 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -333,7 +333,6 @@  #define CONFIG_SYS_MAXARGS	16	/* max number of command args */  				/* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms ticks */  #undef CONFIG_WATCHDOG		/* watchdog disabled */ diff --git a/include/configs/TQM850L.h b/include/configs/TQM850L.h index 488fffb73..ca3750d40 100644 --- a/include/configs/TQM850L.h +++ b/include/configs/TQM850L.h @@ -129,8 +129,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM850M.h b/include/configs/TQM850M.h index 76f475b13..659c9ad1c 100644 --- a/include/configs/TQM850M.h +++ b/include/configs/TQM850M.h @@ -130,8 +130,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index 437a39c65..906d79b0c 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -133,8 +133,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM855M.h b/include/configs/TQM855M.h index 246cc12f8..44d456e16 100644 --- a/include/configs/TQM855M.h +++ b/include/configs/TQM855M.h @@ -163,8 +163,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h index f5952a951..855b0cddc 100644 --- a/include/configs/TQM860L.h +++ b/include/configs/TQM860L.h @@ -132,8 +132,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM860M.h b/include/configs/TQM860M.h index bea906355..8109379ae 100644 --- a/include/configs/TQM860M.h +++ b/include/configs/TQM860M.h @@ -133,8 +133,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h index 13d29d8b0..da4af93d2 100644 --- a/include/configs/TQM862L.h +++ b/include/configs/TQM862L.h @@ -136,8 +136,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM862M.h b/include/configs/TQM862M.h index 0dd7101e5..ec3a57b96 100644 --- a/include/configs/TQM862M.h +++ b/include/configs/TQM862M.h @@ -136,8 +136,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM866M.h b/include/configs/TQM866M.h index 970e8454c..cb8b84d3a 100644 --- a/include/configs/TQM866M.h +++ b/include/configs/TQM866M.h @@ -176,8 +176,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/TQM885D.h b/include/configs/TQM885D.h index 5bbcacefc..d1e6c5b2b 100644 --- a/include/configs/TQM885D.h +++ b/include/configs/TQM885D.h @@ -172,8 +172,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Enable loopw command.   */ diff --git a/include/configs/Total5200.h b/include/configs/Total5200.h index 0637de91d..acc4fdc66 100644 --- a/include/configs/Total5200.h +++ b/include/configs/Total5200.h @@ -293,8 +293,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */  #if defined(CONFIG_CMD_KGDB)  #  define CONFIG_SYS_CACHELINE_SHIFT	5	/* log base 2 of the above value */ diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 20344937b..79a607937 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -162,7 +162,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x30800000  /* we configure PWM Timer 4 to 1ms 1000Hz  */ -#define CONFIG_SYS_HZ			1000  /* support additional compression methods */  #define CONFIG_BZIP2 diff --git a/include/configs/VOH405.h b/include/configs/VOH405.h index 526dc8fa8..3d46afe4e 100644 --- a/include/configs/VOH405.h +++ b/include/configs/VOH405.h @@ -131,8 +131,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */ diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h index 7214767c5..319a9a227 100644 --- a/include/configs/VOM405.h +++ b/include/configs/VOM405.h @@ -118,8 +118,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */ diff --git a/include/configs/VoVPN-GW.h b/include/configs/VoVPN-GW.h index 0af59779e..1ceef113d 100644 --- a/include/configs/VoVPN-GW.h +++ b/include/configs/VoVPN-GW.h @@ -231,7 +231,6 @@  #define	CONFIG_SYS_LOAD_ADDR			0x00100000  /* decrementer freq: 1 ms ticks	*/ -#define	CONFIG_SYS_HZ				1000  /* configure flash */  #define CONFIG_SYS_FLASH_BASE			0xff800000 diff --git a/include/configs/W7OLMC.h b/include/configs/W7OLMC.h index 54ca4997b..8fda1b1ea 100644 --- a/include/configs/W7OLMC.h +++ b/include/configs/W7OLMC.h @@ -126,8 +126,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address		*/  #define CONFIG_SYS_EXTBDINFO		1		/* use extended board_info (bd_t) */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/W7OLMG.h b/include/configs/W7OLMG.h index ac194a4ef..6836fc7b5 100644 --- a/include/configs/W7OLMG.h +++ b/include/configs/W7OLMG.h @@ -134,8 +134,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address		*/  #define CONFIG_SYS_EXTBDINFO		1		/* use extended board_info (bd_t) */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/WUH405.h b/include/configs/WUH405.h index d3fbac91b..d2038e56d 100644 --- a/include/configs/WUH405.h +++ b/include/configs/WUH405.h @@ -120,8 +120,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_into (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */  #define CONFIG_VERSION_VARIABLE 1	/* include version env variable */ diff --git a/include/configs/ZPC1900.h b/include/configs/ZPC1900.h index 7b801f606..01cb2c85c 100644 --- a/include/configs/ZPC1900.h +++ b/include/configs/ZPC1900.h @@ -153,8 +153,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x400000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 }  #define CONFIG_SYS_SDRAM_BASE		0x00000000 diff --git a/include/configs/ZUMA.h b/include/configs/ZUMA.h index f14faa31a..cac6a677b 100644 --- a/include/configs/ZUMA.h +++ b/include/configs/ZUMA.h @@ -145,8 +145,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00300000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decr freq: 1ms ticks */ -  #define CONFIG_SYS_BUS_CLK		133000000	/* 133 MHz		*/  #define CONFIG_SYS_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 } |