diff options
289 files changed, 0 insertions, 453 deletions
| diff --git a/arch/arm/include/asm/arch-lpc32xx/config.h b/arch/arm/include/asm/arch-lpc32xx/config.h index a46baf249..c985401d3 100644 --- a/arch/arm/include/asm/arch-lpc32xx/config.h +++ b/arch/arm/include/asm/arch-lpc32xx/config.h @@ -15,9 +15,6 @@  #define CONFIG_NR_DRAM_BANKS_MAX	2 -/* 1KHz clock tick */ -#define CONFIG_SYS_HZ			1000 -  /* UART configuration */  #if (CONFIG_SYS_LPC32XX_UART >= 3) && (CONFIG_SYS_LPC32XX_UART <= 6)  #define CONFIG_SYS_NS16550_SERIAL diff --git a/arch/blackfin/include/asm/config.h b/arch/blackfin/include/asm/config.h index d870d1224..1da386ea4 100644 --- a/arch/blackfin/include/asm/config.h +++ b/arch/blackfin/include/asm/config.h @@ -155,13 +155,6 @@  #ifndef CONFIG_SYS_MAXARGS  # define CONFIG_SYS_MAXARGS 16  #endif -#if defined(CONFIG_SYS_HZ) -# if (CONFIG_SYS_HZ != 1000) -#  warning "CONFIG_SYS_HZ must always be 1000" -# endif -# undef CONFIG_SYS_HZ -#endif -#define CONFIG_SYS_HZ 1000  /* Blackfin POST tests */  #ifdef CONFIG_POST_BSPEC1_GPIO_LEDS diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index bcb7ab47b..0d3cf369b 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -37,7 +37,6 @@  /*   * Timer   */ -#define CONFIG_SYS_HZ		1000	/* timer ticks per second */  /*   * Real Time Clock diff --git a/include/configs/a3m071.h b/include/configs/a3m071.h index 10eb970d7..d151869d7 100644 --- a/include/configs/a3m071.h +++ b/include/configs/a3m071.h @@ -264,7 +264,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_LOOPW  #define CONFIG_SYS_CONSOLE_INFO_QUIET	/* don't print console @ startup*/ diff --git a/include/configs/a4m072.h b/include/configs/a4m072.h index 39ca2c3ee..64737020f 100644 --- a/include/configs/a4m072.h +++ b/include/configs/a4m072.h @@ -285,8 +285,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/ac14xx.h b/include/configs/ac14xx.h index a2090dac8..1205557d8 100644 --- a/include/configs/ac14xx.h +++ b/include/configs/ac14xx.h @@ -440,9 +440,6 @@  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -/* decrementer freq: 1ms ticks */ -#define CONFIG_SYS_HZ		1000 -  /*   * For booting Linux, the board info and command line data   * have to be in the first 8 MB of memory, since this is diff --git a/include/configs/actux1.h b/include/configs/actux1.h index 878c2b808..3315f54f3 100644 --- a/include/configs/actux1.h +++ b/include/configs/actux1.h @@ -78,7 +78,6 @@  /* timer clock - 2* OSC_IN system clock */  #define CONFIG_IXP425_TIMER_CLK                 66666666 -#define CONFIG_SYS_HZ				1000  /* default load address */  #define CONFIG_SYS_LOAD_ADDR			0x00010000 diff --git a/include/configs/actux2.h b/include/configs/actux2.h index 9560acb59..fb391ecd5 100644 --- a/include/configs/actux2.h +++ b/include/configs/actux2.h @@ -71,7 +71,6 @@  /* timer clock - 2* OSC_IN system clock */  #define CONFIG_IXP425_TIMER_CLK                 66666666 -#define CONFIG_SYS_HZ				1000  /* default load address */  #define CONFIG_SYS_LOAD_ADDR			0x00010000 diff --git a/include/configs/actux3.h b/include/configs/actux3.h index 200653e7f..61d96f5ed 100644 --- a/include/configs/actux3.h +++ b/include/configs/actux3.h @@ -69,7 +69,6 @@  /* timer clock - 2* OSC_IN system clock */  #define CONFIG_IXP425_TIMER_CLK                 66666666 -#define CONFIG_SYS_HZ				1000  /* default load address */  #define CONFIG_SYS_LOAD_ADDR			0x00010000 diff --git a/include/configs/actux4.h b/include/configs/actux4.h index d8e0de789..23872794e 100644 --- a/include/configs/actux4.h +++ b/include/configs/actux4.h @@ -76,7 +76,6 @@  /* timer clock - 2* OSC_IN system clock */  #define CONFIG_IXP425_TIMER_CLK                 66000000 -#define CONFIG_SYS_HZ				1000  /* default load address */  #define CONFIG_SYS_LOAD_ADDR			0x00010000 diff --git a/include/configs/adp-ag101.h b/include/configs/adp-ag101.h index 81f71b9b7..e31131f6e 100644 --- a/include/configs/adp-ag101.h +++ b/include/configs/adp-ag101.h @@ -40,12 +40,6 @@  /*   * Timer   */ - -/* - * According to the discussion in u-boot mailing list before, - * CONFIG_SYS_HZ at 1000 is mandatory. - */ -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_CLK_FREQ	48000000  #define VERSION_CLOCK		CONFIG_SYS_CLK_FREQ diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index 48afbf446..ded3f331e 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -40,12 +40,6 @@  /*   * Timer   */ - -/* - * According to the discussion in u-boot mailing list before, - * CONFIG_SYS_HZ at 1000 is mandatory. - */ -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_CLK_FREQ	39062500  #define VERSION_CLOCK		CONFIG_SYS_CLK_FREQ diff --git a/include/configs/adp-ag102.h b/include/configs/adp-ag102.h index 681dfa251..1e4ce2e7d 100644 --- a/include/configs/adp-ag102.h +++ b/include/configs/adp-ag102.h @@ -32,12 +32,6 @@  /*   * Timer   */ - -/* - * According to the discussion in u-boot mailing list before, - * CONFIG_SYS_HZ at 1000 is mandatory. - */ -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_CLK_FREQ	(66000000 * 2)  #define VERSION_CLOCK		CONFIG_SYS_CLK_FREQ diff --git a/include/configs/aev.h b/include/configs/aev.h index 6eb56c1c6..0eafb3ca7 100644 --- a/include/configs/aev.h +++ b/include/configs/aev.h @@ -337,8 +337,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/afeb9260.h b/include/configs/afeb9260.h index be2f20705..a3e4fd267 100644 --- a/include/configs/afeb9260.h +++ b/include/configs/afeb9260.h @@ -17,7 +17,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_MAIN_CLOCK		18429952	/* from 18.432 MHz crystal */  #define CONFIG_SYS_AT91_SLOW_CLOCK		32768 -#define CONFIG_SYS_HZ				1000  #define CONFIG_BOARD_EARLY_INIT_F  #define CONFIG_DISPLAY_CPUINFO diff --git a/include/configs/alpr.h b/include/configs/alpr.h index 00a5b4515..2bf1986e3 100644 --- a/include/configs/alpr.h +++ b/include/configs/alpr.h @@ -254,8 +254,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/am3517_crane.h b/include/configs/am3517_crane.h index 1fd2508fe..c5e67bf87 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -239,7 +239,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 650087812..5ff65c6d5 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -231,7 +231,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 64c48117b..d9b6c16ba 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -76,7 +76,6 @@  #define CONFIG_SYS_TIMERBASE		0x48040000	/* Use Timer2 */  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /* NS16550 Configuration */  #define CONFIG_SYS_NS16550 diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h index 0c003552d..c9e9a038d 100644 --- a/include/configs/amcc-common.h +++ b/include/configs/amcc-common.h @@ -89,8 +89,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000  /* default load address	*/  #define CONFIG_SYS_EXTBDINFO			/* 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_AUTO_COMPLETE		/* add autocompletion support	*/  #define CONFIG_LOOPW			/* enable loopw command         */ diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index 08093f1d3..933de52c5 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs/ap325rxa.h @@ -157,6 +157,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	/* __AP325RXA_H */ diff --git a/include/configs/ap_sh4a_4a.h b/include/configs/ap_sh4a_4a.h index 19d9c9032..83a5c37e4 100644 --- a/include/configs/ap_sh4a_4a.h +++ b/include/configs/ap_sh4a_4a.h @@ -160,6 +160,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 -#define CONFIG_SYS_HZ       1000  #endif	/* __AP_SH4A_4A_H */ diff --git a/include/configs/aria.h b/include/configs/aria.h index ab3348c40..32216cd50 100644 --- a/include/configs/aria.h +++ b/include/configs/aria.h @@ -484,8 +484,6 @@  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000 -  /*   * For booting Linux, the board info and command line data   * have to be in the first 256 MB of memory, since this is diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 83bcafead..e5569c729 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -140,6 +140,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 -#define CONFIG_SYS_HZ		1000  #endif	/* __ARMADILLO_800EVA_H */ diff --git a/include/configs/arndale.h b/include/configs/arndale.h index ed44a0424..45fa047b3 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -144,8 +144,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x5E00000)  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x3E00000) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_RD_LVL  #define CONFIG_NR_DRAM_BANKS	8 diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index f0dd6ccb7..d875753a6 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -110,10 +110,8 @@  /*   * Defines processor clock - important for correct timings concerning serial   * interface etc. - * CONFIG_SYS_HZ gives unit: 1000 -> 1 Hz ^= 1000 ms   */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			80000000  #define CONFIG_SYS_CPU_CLK		(CONFIG_SYS_CLK * 3)  #define CONFIG_SYS_SDRAM_SIZE		32		/* SDRAM size in MB */ diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index e158b0dd2..c03f3854c 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -43,7 +43,6 @@  #define AT91C_MAIN_CLOCK		((AT91C_XTAL_CLOCK / 4) * 39)  #define AT91C_MASTER_CLOCK		(AT91C_MAIN_CLOCK / 3 )  #define CONFIG_SYS_HZ_CLOCK		(AT91C_MASTER_CLOCK / 2) -#define CONFIG_SYS_HZ			1000  /* CPU configuration */  #define CONFIG_AT91RM9200 diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index d7fd6b089..ce0ca806f 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -28,7 +28,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000	/* main clock xtal */ -#define CONFIG_SYS_HZ			1000  /* Define actual evaluation board type from used processor type */  #ifdef CONFIG_AT91SAM9G20 diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index af5660439..fcdf04467 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -14,7 +14,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000	/* 18.432 MHz crystal */ -#define CONFIG_SYS_HZ			1000  #ifdef CONFIG_AT91SAM9G10  #define CONFIG_AT91SAM9G10EK		/* It's an Atmel AT91SAM9G10 EK*/ diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index 40e167c10..5a39392d6 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -26,7 +26,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_MAIN_CLOCK	16367660 /* 16.367 MHz crystal */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768 -#define CONFIG_SYS_HZ			1000  #define CONFIG_AT91SAM9263EK	1	/* It's an AT91SAM9263EK Board */ diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index fc4ecec7a..2095fe687 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -21,7 +21,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK      32768  #define CONFIG_SYS_AT91_MAIN_CLOCK      12000000 /* from 12 MHz crystal */ -#define CONFIG_SYS_HZ		        1000  #define CONFIG_AT91SAM9M10G45EK  #define CONFIG_AT91FAMILY diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 28a79258d..415a99722 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -24,7 +24,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	16000000	/* main clock xtal */ -#define CONFIG_SYS_HZ			1000  /* Misc CPU related */  #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs */ diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index b08848ef7..3747098d2 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -18,7 +18,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	12000000	/* main clock xtal */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_AT91SAM9RLEK		1	/* It's an AT91SAM9RLEK Board */ diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index 4a2ac9aab..bb126b02b 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -16,7 +16,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768  #define CONFIG_SYS_AT91_MAIN_CLOCK	12000000	/* 12 MHz crystal */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_AT91SAM9X5EK  #define CONFIG_AT91FAMILY diff --git a/include/configs/atc.h b/include/configs/atc.h index e824c9edf..fa391b628 100644 --- a/include/configs/atc.h +++ b/include/configs/atc.h @@ -152,8 +152,6 @@  #define CONFIG_SYS_PIO_MODE		0	/* IDE interface in PIO Mode 0	*/ -#define	CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks	*/ -  #define	CONFIG_SYS_RESET_ADDRESS 0xFFF00100	/* "bad" address		*/  #define CONFIG_SYS_ALLOC_DPRAM diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index c87e4147c..597bede85 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -15,8 +15,6 @@  #define CONFIG_AT32AP7000  #define CONFIG_ATNGW100 -#define CONFIG_SYS_HZ				1000 -  /*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB busses to run at 1/2 the PLL frequency diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h index 8e4ad073c..bd4dca521 100644 --- a/include/configs/atngw100mkii.h +++ b/include/configs/atngw100mkii.h @@ -18,12 +18,6 @@  #define CONFIG_ATNGW100MKII  /* - * Timer clock frequency. We're using the CPU-internal COUNT register - * for this, so this is equivalent to the CPU core clock frequency - */ -#define CONFIG_SYS_HZ			1000 - -/*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB busses to run at 1/2 the PLL frequency   * and the PBA bus to run at 1/4 the PLL frequency. diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 5be563ce0..fd76572a4 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -17,12 +17,6 @@  #define CONFIG_ATSTK1000  /* - * Timer clock frequency. We're using the CPU-internal COUNT register - * for this, so this is equivalent to the CPU core clock frequency - */ -#define CONFIG_SYS_HZ				1000 - -/*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB at 1/2, and the PBA to run at 1/4 the   * PLL frequency. diff --git a/include/configs/atstk1003.h b/include/configs/atstk1003.h index a49d0add8..2562460b9 100644 --- a/include/configs/atstk1003.h +++ b/include/configs/atstk1003.h @@ -17,12 +17,6 @@  #define CONFIG_ATSTK1000  /* - * Timer clock frequency. We're using the CPU-internal COUNT register - * for this, so this is equivalent to the CPU core clock frequency - */ -#define CONFIG_SYS_HZ				1000 - -/*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB at 1/2, and the PBA to run at 1/4 the   * PLL frequency. diff --git a/include/configs/atstk1004.h b/include/configs/atstk1004.h index 7f3976c54..8e32a10b1 100644 --- a/include/configs/atstk1004.h +++ b/include/configs/atstk1004.h @@ -17,12 +17,6 @@  #define CONFIG_ATSTK1000  /* - * Timer clock frequency. We're using the CPU-internal COUNT register - * for this, so this is equivalent to the CPU core clock frequency - */ -#define CONFIG_SYS_HZ				1000 - -/*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB at 1/2, and the PBA to run at 1/4 the   * PLL frequency. diff --git a/include/configs/atstk1006.h b/include/configs/atstk1006.h index 97470dfad..9ce22649e 100644 --- a/include/configs/atstk1006.h +++ b/include/configs/atstk1006.h @@ -16,11 +16,6 @@  #define CONFIG_ATSTK1006  #define CONFIG_ATSTK1000 -/* - * Timer clock frequency. We're using the CPU-internal COUNT register - * for this, so this is equivalent to the CPU core clock frequency - */ -#define CONFIG_SYS_HZ				1000  /*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL diff --git a/include/configs/calimain.h b/include/configs/calimain.h index d20074c73..febee45b3 100644 --- a/include/configs/calimain.h +++ b/include/configs/calimain.h @@ -31,7 +31,6 @@  #define CONFIG_SYS_OSCIN_FREQ		calimain_get_osc_freq()  #define CONFIG_SYS_TIMERBASE		DAVINCI_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_TEXT_BASE		0x60000000  #define CONFIG_DA850_LOWLEVEL  #define CONFIG_SYS_DA850_PLL_INIT diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h index 2e024f54a..c1042aecb 100644 --- a/include/configs/cam_enc_4xx.h +++ b/include/configs/cam_enc_4xx.h @@ -17,7 +17,6 @@  #define CONFIG_ARM926EJS				/* arm926ejs CPU */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		24000000	/* timer0 freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM365  #define CONFIG_MACH_TYPE	MACH_TYPE_DAVINCI_DM365_EVM diff --git a/include/configs/canmb.h b/include/configs/canmb.h index eb4fe47f0..d929bde8f 100644 --- a/include/configs/canmb.h +++ b/include/configs/canmb.h @@ -188,8 +188,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x200000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_RTC_MPC5200	1	/* use internal MPC5200 RTC */  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */ diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index 5cf456a78..d5db8f504 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -143,7 +143,6 @@  #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000  #define CONFIG_SYS_LOAD_ADDR	       CONFIG_LOADADDR -#define CONFIG_SYS_HZ		       1000  #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/cm4008.h b/include/configs/cm4008.h index 9447c0b93..1cb54b322 100644 --- a/include/configs/cm4008.h +++ b/include/configs/cm4008.h @@ -75,8 +75,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00008000	/* default load address */ -#define CONFIG_SYS_HZ			(1000)		/* 1ms resolution ticks */ -  /*-----------------------------------------------------------------------   * Physical Memory Map   */ diff --git a/include/configs/cm41xx.h b/include/configs/cm41xx.h index 306684ac0..adebd4b7b 100644 --- a/include/configs/cm41xx.h +++ b/include/configs/cm41xx.h @@ -75,8 +75,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00008000	/* default load address */ -#define CONFIG_SYS_HZ			(1000)		/* 1ms resolution ticks */ -  /*-----------------------------------------------------------------------   * Physical Memory Map   */ diff --git a/include/configs/cm5200.h b/include/configs/cm5200.h index a3ebffb2c..ac3d6bd34 100644 --- a/include/configs/cm5200.h +++ b/include/configs/cm5200.h @@ -295,7 +295,6 @@  #define CONFIG_LOOPW		1  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */  /*   * Various low-level settings diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index bc5b66c6d..38fe06407 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -258,7 +258,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2       /* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/cmi_mpc5xx.h b/include/configs/cmi_mpc5xx.h index a3cd2c091..32cecbdc9 100644 --- a/include/configs/cmi_mpc5xx.h +++ b/include/configs/cmi_mpc5xx.h @@ -96,8 +96,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/cobra5272.h b/include/configs/cobra5272.h index b13898815..464436930 100644 --- a/include/configs/cobra5272.h +++ b/include/configs/cobra5272.h @@ -37,11 +37,9 @@  /* ---   * Defines processor clock - important for correct timings concerning serial   * interface etc. - * CONFIG_SYS_HZ gives unit: 1000 -> 1 Hz ^= 1000 ms   * ---   */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK			66000000  #define CONFIG_SYS_SDRAM_SIZE		16		/* SDRAM size in MB */ diff --git a/include/configs/cogent_mpc8260.h b/include/configs/cogent_mpc8260.h index 82be52518..02b25c644 100644 --- a/include/configs/cogent_mpc8260.h +++ b/include/configs/cogent_mpc8260.h @@ -138,8 +138,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 }  /* diff --git a/include/configs/cogent_mpc8xx.h b/include/configs/cogent_mpc8xx.h index f7808674b..c98b687c0 100644 --- a/include/configs/cogent_mpc8xx.h +++ b/include/configs/cogent_mpc8xx.h @@ -103,8 +103,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_ALLOC_DPRAM diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index d26333d99..08bd276b4 100644 --- a/include/configs/colibri_pxa270.h +++ b/include/configs/colibri_pxa270.h @@ -100,7 +100,6 @@  /*   * Clock Configuration   */ -#define	CONFIG_SYS_HZ			1000		/* Timer @ 3250000 Hz */  #define	CONFIG_SYS_CPUSPEED		0x290		/* 520MHz */  /* diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 8570f2049..413f0867f 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -439,7 +439,6 @@  /*   * Miscellaneous configurable options   */ -#define CONFIG_SYS_HZ		1000  #define CONFIG_HW_WATCHDOG  #define CONFIG_LOADS_ECHO  #define CONFIG_SYS_LOADS_BAUD_CHANGE diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index d1be5e3c0..556b42a38 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -222,7 +222,6 @@  #define CONFIG_SYS_MEMTEST_START		0x00100000  #define CONFIG_SYS_MEMTEST_END			0x01000000  #define CONFIG_SYS_LOAD_ADDR			0x100000 -#define CONFIG_SYS_HZ				1000  /*-----------------------------------------------------------------------   * SDRAM Configuration diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 5d2d1fe5f..562caa584 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -661,7 +661,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/cpci5200.h b/include/configs/cpci5200.h index 9e86f09ff..db5ceadba 100644 --- a/include/configs/cpci5200.h +++ b/include/configs/cpci5200.h @@ -267,8 +267,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_VXWORKS_MAC_PTR	0x00000000	/* Pass Ethernet MAC to VxWorks */  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */ diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h index 5b79ace5f..021be8343 100644 --- a/include/configs/cpu9260.h +++ b/include/configs/cpu9260.h @@ -20,7 +20,6 @@  #define AT91_DBGU	(0xfffff200 - AT91_BASE_SYS)  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000 -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768  #if defined(CONFIG_CPU9G20) diff --git a/include/configs/cpuat91.h b/include/configs/cpuat91.h index 6742dbcd9..3572ac57f 100644 --- a/include/configs/cpuat91.h +++ b/include/configs/cpuat91.h @@ -25,7 +25,6 @@  #define AT91C_MAIN_CLOCK		((AT91C_XTAL_CLOCK / 4) * 39)  #define AT91C_MASTER_CLOCK		(AT91C_MAIN_CLOCK / 3)  #define CONFIG_SYS_HZ_CLOCK		(AT91C_MASTER_CLOCK / 2) -#define CONFIG_SYS_HZ			1000  #define CONFIG_ARM920T  #define CONFIG_AT91RM9200 diff --git a/include/configs/csb272.h b/include/configs/csb272.h index 304612ff5..ca0bffa72 100644 --- a/include/configs/csb272.h +++ b/include/configs/csb272.h @@ -120,8 +120,6 @@  #define CONFIG_SYS_MEMTEST_START	0x0400000 /* memtest works on */  #define CONFIG_SYS_MEMTEST_END		0x0C00000 /* 4 ... 12 MB in DRAM */ - -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_info (bd_t) */  #define CONFIG_SYS_LOAD_ADDR		0x100000 /* default load address */ diff --git a/include/configs/csb472.h b/include/configs/csb472.h index 5617b7198..596095d21 100644 --- a/include/configs/csb472.h +++ b/include/configs/csb472.h @@ -120,7 +120,6 @@  #define CONFIG_SYS_MEMTEST_START	0x0400000 /* memtest works on */  #define CONFIG_SYS_MEMTEST_END		0x0C00000 /* 4 ... 12 MB in DRAM */ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_info (bd_t) */  #define CONFIG_SYS_LOAD_ADDR		0x100000 /* default load address */ diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h index 3e71ae5a3..c4cc62ecb 100644 --- a/include/configs/da830evm.h +++ b/include/configs/da830evm.h @@ -28,7 +28,6 @@  #define CONFIG_SYS_OSCIN_FREQ		24000000  #define CONFIG_SYS_TIMERBASE		DAVINCI_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SKIP_LOWLEVEL_INIT  #define CONFIG_SYS_TEXT_BASE		0xc1080000 diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 984550603..509fe20d2 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -33,7 +33,6 @@  #define CONFIG_SYS_OSCIN_FREQ		24000000  #define CONFIG_SYS_TIMERBASE		DAVINCI_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_DA850_PLL_INIT  #define CONFIG_SYS_DA850_DDR_INIT diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h index 07b1bdd08..6382e75b9 100644 --- a/include/configs/davinci_dm355evm.h +++ b/include/configs/davinci_dm355evm.h @@ -18,7 +18,6 @@  #define CONFIG_ARM926EJS				/* arm926ejs CPU */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		24000000	/* timer0 freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM355  /* Memory Info */ diff --git a/include/configs/davinci_dm355leopard.h b/include/configs/davinci_dm355leopard.h index f7adbd86c..234bbc099 100644 --- a/include/configs/davinci_dm355leopard.h +++ b/include/configs/davinci_dm355leopard.h @@ -17,7 +17,6 @@  #define CONFIG_ARM926EJS				/* arm926ejs CPU */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		24000000	/* timer0 freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM355				/* DM355 based board */  /* Memory Info */ diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h index 1f49e514a..b547289d2 100644 --- a/include/configs/davinci_dm365evm.h +++ b/include/configs/davinci_dm365evm.h @@ -18,7 +18,6 @@  #define CONFIG_ARM926EJS				/* arm926ejs CPU */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		24000000	/* timer0 freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM365  /* Memory Info */ diff --git a/include/configs/davinci_dm6467evm.h b/include/configs/davinci_dm6467evm.h index 7f5787775..2132342eb 100644 --- a/include/configs/davinci_dm6467evm.h +++ b/include/configs/davinci_dm6467evm.h @@ -27,7 +27,6 @@ extern unsigned int davinci_arm_clk_get(void);  /* Timer Input clock freq */  #define CONFIG_SYS_HZ_CLOCK		(CONFIG_SYS_CLK_FREQ/2)  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM646X  /* EEPROM definitions for EEPROM */ diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h index ca2cb2db7..d8fa64600 100644 --- a/include/configs/davinci_dvevm.h +++ b/include/configs/davinci_dvevm.h @@ -44,7 +44,6 @@  #define CONFIG_ARM926EJS			/* arm926ejs CPU core */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		27000000	/* Timer Input clock freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM644X  /*====================================================*/  /* EEPROM definitions for Atmel 24C256BN SEEPROM chip */ diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index 299a2e8bb..f9a0a76d3 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -22,7 +22,6 @@  #define CONFIG_ARM926EJS			/* arm926ejs CPU core */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		27000000	/* Timer Input clock freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM644X  /*=============*/  /* Memory Info */ diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index 6ebbe818a..44449df9c 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -19,7 +19,6 @@  #define CONFIG_ARM926EJS			/* arm926ejs CPU core */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		27000000	/* Timer Input clock freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM644X  /* EEPROM definitions for Atmel 24LC64 EEPROM chip */  #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN		2 diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h index a81364ce5..ac543f8d9 100644 --- a/include/configs/davinci_sonata.h +++ b/include/configs/davinci_sonata.h @@ -46,7 +46,6 @@  #define CONFIG_ARM926EJS			/* arm926ejs CPU core */  #define CONFIG_SYS_TIMERBASE		0x01c21400	/* use timer 0 */  #define CONFIG_SYS_HZ_CLOCK		27000000	/* Timer Input clock freq */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SOC_DM644X  /*====================================================*/  /* EEPROM definitions for Atmel 24C256BN SEEPROM chip */ diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index 07c60abec..da4ff8e61 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -133,8 +133,6 @@  #define CONFIG_SYS_MIPS_TIMER_FREQ	(CONFIG_SYS_MHZ * 1000000) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_SYS_SDRAM_BASE		0x80000000     /* Cached addr */  #define	CONFIG_SYS_LOAD_ADDR		0x81000000     /* default load address	*/ diff --git a/include/configs/debris.h b/include/configs/debris.h index ae1a1b1c5..621f89501 100644 --- a/include/configs/debris.h +++ b/include/configs/debris.h @@ -148,7 +148,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/devkit8000.h b/include/configs/devkit8000.h index c1e996e44..8343891cb 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -257,7 +257,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2 /* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*  Physical Memory Map  */  #define CONFIG_NR_DRAM_BANKS		2 /* CS1 may or may not be populated */ diff --git a/include/configs/dig297.h b/include/configs/dig297.h index 08d49fb00..c19c4c754 100644 --- a/include/configs/dig297.h +++ b/include/configs/dig297.h @@ -239,7 +239,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2       /* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index ed34101cf..bc5853eb5 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -415,8 +415,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000 -#define CONFIG_SYS_HZ			1000 -  /*   * Various low-level settings   */ diff --git a/include/configs/dvlhost.h b/include/configs/dvlhost.h index ffbc1aa96..87b331484 100644 --- a/include/configs/dvlhost.h +++ b/include/configs/dvlhost.h @@ -77,7 +77,6 @@  /* timer clock - 2* OSC_IN system clock */  #define CONFIG_IXP425_TIMER_CLK         66666666 -#define CONFIG_SYS_HZ			1000  /* default load address */  #define CONFIG_SYS_LOAD_ADDR		0x00010000 diff --git a/include/configs/eXalion.h b/include/configs/eXalion.h index 07983c135..ca9792c45 100644 --- a/include/configs/eXalion.h +++ b/include/configs/eXalion.h @@ -216,7 +216,6 @@   * (address mappings, register initial values, etc.)   * You should know what you are doing if you make changes here.   */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CLK_FREQ	33333333	/* external frequency to pll	*/  #define CONFIG_PLL_PCI_TO_MEM_MULTIPLIER  2	/* for MPC8240 only		*/ diff --git a/include/configs/ea20.h b/include/configs/ea20.h index e08423a09..58e40ed88 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -35,7 +35,6 @@  #define CONFIG_SYS_OSCIN_FREQ		24000000  #define CONFIG_SYS_TIMERBASE		DAVINCI_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SKIP_LOWLEVEL_INIT  #define CONFIG_SYS_TEXT_BASE		0xc1080000  #define CONFIG_DA8XX_GPIO diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index 08ba883f4..d1650eea3 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -98,7 +98,6 @@  /*----------------------------------------------------------------------*   * Clock and PLL Configuration						*   *----------------------------------------------------------------------*/ -#define CONFIG_SYS_HZ			1000  #define	CONFIG_SYS_CLK			80000000      /* 8MHz * 8 */  /* PLL Configuration: Ext Clock * 8 (see table 9-4 of MCF user manual) */ diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index b8e672f82..cafaf88d9 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -60,7 +60,6 @@  #define AT91C_MAIN_CLOCK	179404800	/* from 12.288 MHz * 73 / 5 */  #define AT91C_MASTER_CLOCK	(AT91C_MAIN_CLOCK / 3) -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_HZ_CLOCK 	(AT91C_MASTER_CLOCK / 2)  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock */ diff --git a/include/configs/ecovec.h b/include/configs/ecovec.h index 1a3b996c5..335e9cdff 100644 --- a/include/configs/ecovec.h +++ b/include/configs/ecovec.h @@ -181,6 +181,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 -#define CONFIG_SYS_HZ       1000  #endif	/* __ECOVEC_H */ diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index 9c701099a..8b9f66a29 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -34,8 +34,6 @@   * CLKs configurations   */ -#define CONFIG_SYS_HZ		1000 -  /*   * Board-specific values for Orion5x MPP low level init:   * - MPPs 12 to 15 are SATA LEDs (mode 5) diff --git a/include/configs/enbw_cmc.h b/include/configs/enbw_cmc.h index 49fdf4c78..03b74a2da 100644 --- a/include/configs/enbw_cmc.h +++ b/include/configs/enbw_cmc.h @@ -33,7 +33,6 @@  #define CONFIG_SYS_OSCIN_FREQ		24000000  #define CONFIG_SYS_TIMERBASE		DAVINCI_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ			1000  #define CONFIG_DA850_LOWLEVEL  #define CONFIG_ARCH_CPU_INIT  #define CONFIG_SYS_DA850_PLL_INIT diff --git a/include/configs/ep8248.h b/include/configs/ep8248.h index 841338c42..f1af96ddb 100644 --- a/include/configs/ep8248.h +++ b/include/configs/ep8248.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_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 }  #define CONFIG_SYS_FLASH_BASE		0xFF800000 diff --git a/include/configs/ep8260.h b/include/configs/ep8260.h index d0f9ab86d..56b4ecf27 100644 --- a/include/configs/ep8260.h +++ b/include/configs/ep8260.h @@ -358,8 +358,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/ep82xxm.h b/include/configs/ep82xxm.h index a3b334959..18e4dafc5 100644 --- a/include/configs/ep82xxm.h +++ b/include/configs/ep82xxm.h @@ -165,8 +165,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 }  /*----------------------------------------------------------------------- diff --git a/include/configs/espt.h b/include/configs/espt.h index 593398396..1bd7eeceb 100644 --- a/include/configs/espt.h +++ b/include/configs/espt.h @@ -100,7 +100,6 @@  #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 -#define CONFIG_SYS_HZ       1000  /* Ether */  #define CONFIG_SH_ETHER 1 diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index adf14be36..5d33c766e 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -31,7 +31,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768	/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000 /* 18.432 MHz crystal */ -#define CONFIG_SYS_HZ			1000  /* 32kB internal SRAM */  #define CONFIG_SRAM_BASE	0x00300000 /*AT91SAM9XE_SRAM_BASE */ diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index 8c07d8f75..bdefee108 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -180,8 +180,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x5E00000)  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x3E00000) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_RD_LVL  #define CONFIG_NR_DRAM_BANKS	8 diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h index 14f078481..fc015e693 100644 --- a/include/configs/favr-32-ezkit.h +++ b/include/configs/favr-32-ezkit.h @@ -18,12 +18,6 @@  #define CONFIG_FAVR32_EZKIT_EXT_FLASH  /* - * Timer clock frequency. We're using the CPU-internal COUNT register - * for this, so this is equivalent to the CPU core clock frequency - */ -#define CONFIG_SYS_HZ				1000 - -/*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB at 1/2, and the PBA to run at 1/4 the   * PLL frequency. diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 1781089ec..84175676c 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -129,8 +129,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ				1000 -  /*   * Physical Memory Map   */ diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index 011a3b315..560363d23 100644 --- a/include/configs/galaxy5200.h +++ b/include/configs/galaxy5200.h @@ -352,7 +352,6 @@  #define CONFIG_SYS_MEMTEST_END 0x00f00000	/* 1 ... 15 MB in DRAM */  #define CONFIG_SYS_LOAD_ADDR 0x400000		/* default load address */ -#define CONFIG_SYS_HZ 1000			/* decrementer freq: 1 ms ticks */  #define CONFIG_DISPLAY_BOARDINFO 1 diff --git a/include/configs/gr_cpci_ax2000.h b/include/configs/gr_cpci_ax2000.h index da08f217b..2437b4b61 100644 --- a/include/configs/gr_cpci_ax2000.h +++ b/include/configs/gr_cpci_ax2000.h @@ -303,8 +303,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Various low-level settings   */ diff --git a/include/configs/gr_ep2s60.h b/include/configs/gr_ep2s60.h index 10f24141b..2cd6eaedc 100644 --- a/include/configs/gr_ep2s60.h +++ b/include/configs/gr_ep2s60.h @@ -292,8 +292,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * USB stuff   *----------------------------------------------------------------------- diff --git a/include/configs/gr_xc3s_1500.h b/include/configs/gr_xc3s_1500.h index e01becbb3..39036cdf7 100644 --- a/include/configs/gr_xc3s_1500.h +++ b/include/configs/gr_xc3s_1500.h @@ -251,8 +251,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Various low-level settings   */ diff --git a/include/configs/grasshopper.h b/include/configs/grasshopper.h index c288b39f2..938ee8628 100644 --- a/include/configs/grasshopper.h +++ b/include/configs/grasshopper.h @@ -16,12 +16,6 @@  #define CONFIG_AT32AP7000  /* - * Timer clock frequency. We're using the CPU-internal COUNT register - * for this, so this is equivalent to the CPU core clock frequency - */ -#define CONFIG_SYS_HZ			1000 - -/*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB at 1/2, and the PBA to run at 1/4 the   * PLL frequency. diff --git a/include/configs/grsim.h b/include/configs/grsim.h index 9409d830d..2d977ceeb 100644 --- a/include/configs/grsim.h +++ b/include/configs/grsim.h @@ -278,8 +278,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /***** Gaisler GRLIB IP-Cores Config ********/  /* AMBA Plug & Play info display on startup */ diff --git a/include/configs/grsim_leon2.h b/include/configs/grsim_leon2.h index 77919eec9..36ebaf7ff 100644 --- a/include/configs/grsim_leon2.h +++ b/include/configs/grsim_leon2.h @@ -276,8 +276,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /***** Gaisler GRLIB IP-Cores Config ********/  #define CONFIG_SYS_GRLIB_SDRAM    0 diff --git a/include/configs/gw8260.h b/include/configs/gw8260.h index 860379975..3416fe3ce 100644 --- a/include/configs/gw8260.h +++ b/include/configs/gw8260.h @@ -351,7 +351,6 @@  #define CONFIG_CLOCKS_IN_MHZ  #define CONFIG_SYS_LOAD_ADDR   0x100000 /* default load address */ -#define CONFIG_SYS_HZ          1000     /* decrementer freq: 1 ms ticks */  /* memtest works from the end of the exception vector table diff --git a/include/configs/h2200.h b/include/configs/h2200.h index 19ecc9ad6..d02648420 100644 --- a/include/configs/h2200.h +++ b/include/configs/h2200.h @@ -17,8 +17,6 @@  #define CONFIG_SYS_NO_FLASH -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_NR_DRAM_BANKS		1  #define PHYS_SDRAM_1			0xa0000000 /* SDRAM Bank #1 */  #define PHYS_SDRAM_1_SIZE		0x04000000 /* 64 MB */ diff --git a/include/configs/hammerhead.h b/include/configs/hammerhead.h index 38c70aca3..3f2fadbb5 100644 --- a/include/configs/hammerhead.h +++ b/include/configs/hammerhead.h @@ -13,8 +13,6 @@  #define CONFIG_AT32AP7000  #define CONFIG_HAMMERHEAD -#define CONFIG_SYS_HZ				1000 -  /*   * Set up the PLL to run at 125 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB busses to run at 1/2 the PLL frequency diff --git a/include/configs/hawkboard.h b/include/configs/hawkboard.h index b8197ac18..73e162437 100644 --- a/include/configs/hawkboard.h +++ b/include/configs/hawkboard.h @@ -28,7 +28,6 @@  #define CONFIG_SYS_OSCIN_FREQ		24000000  #define CONFIG_SYS_TIMERBASE		DAVINCI_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SKIP_LOWLEVEL_INIT  #define CONFIG_BOARD_EARLY_INIT_F  #define CONFIG_AIS_CONFIG_FILE		"board/$(BOARDDIR)/hawkboard-ais-nand.cfg" diff --git a/include/configs/hermes.h b/include/configs/hermes.h index de539f2a2..736ffb613 100644 --- a/include/configs/hermes.h +++ b/include/configs/hermes.h @@ -86,8 +86,6 @@  #define	CONFIG_SYS_PIO_MODE		0	/* IDE interface in PIO Mode 0	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  #define	CONFIG_SYS_ALLOC_DPRAM		1	/* use allocation routines	*/  /*   * Low Level Configuration Settings diff --git a/include/configs/highbank.h b/include/configs/highbank.h index afb6e64e1..016305a47 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -12,8 +12,6 @@  #define CONFIG_SYS_THUMB_BUILD  #define CONFIG_SYS_NO_FLASH -#define CFG_HZ				1000 -#define CONFIG_SYS_HZ			CFG_HZ  #define CONFIG_OF_LIBFDT  #define CONFIG_OF_BOARD_SETUP diff --git a/include/configs/hmi1001.h b/include/configs/hmi1001.h index dad7540d5..1c74a2e96 100644 --- a/include/configs/hmi1001.h +++ b/include/configs/hmi1001.h @@ -236,8 +236,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/hymod.h b/include/configs/hymod.h index 9f4d8abce..cc250649e 100644 --- a/include/configs/hymod.h +++ b/include/configs/hymod.h @@ -270,8 +270,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_I2C_SPEED		50000 diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h index 3e18a657f..2c69d4e30 100644 --- a/include/configs/igep0033.h +++ b/include/configs/igep0033.h @@ -144,7 +144,6 @@  /* Platform/Board specific defs */  #define CONFIG_SYS_TIMERBASE		0x48040000	/* Use Timer2 */  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000	/* 1ms clock */  /* NS16550 Configuration */  #define CONFIG_SYS_NS16550 diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index e92bb6848..ac36ac695 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -238,7 +238,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2       /* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*   * Physical Memory Map diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h index ae6828bd7..ad1614abb 100644 --- a/include/configs/ima3-mx53.h +++ b/include/configs/ima3-mx53.h @@ -111,7 +111,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING  /* Physical Memory Map */ diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index 01a4732d5..9c25efe85 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -16,7 +16,6 @@  #define CONFIG_ARM926EJS			/* arm926ejs CPU core */  #define CONFIG_MX27  #define CONFIG_MX27_CLK32	32768		/* OSC32K frequency */ -#define CONFIG_SYS_HZ		1000  #define CONFIG_DISPLAY_BOARDINFO  #define CONFIG_DISPLAY_CPUINFO diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 0d0715869..8428d8449 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h @@ -117,8 +117,6 @@  #define CONFIG_SYS_LOAD_ADDR		0 /* default load address */ -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_CMDLINE_EDITING	1  /*----------------------------------------------------------------------- diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 6b99d1bd3..7b5569579 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -120,8 +120,6 @@  #define CONFIG_SYS_LOAD_ADDR		0 /* default load address */ -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_CMDLINE_EDITING  /* diff --git a/include/configs/incaip.h b/include/configs/incaip.h index 0ff9a7ff8..7d2715d09 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -106,8 +106,6 @@  #define CONFIG_SYS_MIPS_TIMER_FREQ	(incaip_get_cpuclk() / 2) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_SYS_SDRAM_BASE		0x80000000  #define	CONFIG_SYS_LOAD_ADDR		0x80100000	/* default load address	*/ diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 11ab6a4d2..608d7592f 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -347,8 +347,6 @@ static inline void tws_data_config_output(unsigned output)  #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/integrator-common.h b/include/configs/integrator-common.h index 94cdfd29d..267a92b2d 100644 --- a/include/configs/integrator-common.h +++ b/include/configs/integrator-common.h @@ -12,7 +12,6 @@  #define CONFIG_SYS_TEXT_BASE		0x01000000  #define CONFIG_SYS_MEMTEST_START	0x100000  #define CONFIG_SYS_MEMTEST_END		0x10000000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_TIMERBASE		0x13000100	/* Timer1 */  #define CONFIG_SYS_LOAD_ADDR		0x7fc0	/* default load address */  #define CONFIG_SYS_LONGHELP diff --git a/include/configs/ipam390.h b/include/configs/ipam390.h index 82d429800..3b5a1cd2f 100644 --- a/include/configs/ipam390.h +++ b/include/configs/ipam390.h @@ -33,7 +33,6 @@  #define CONFIG_SYS_OSCIN_FREQ		24000000  #define CONFIG_SYS_TIMERBASE		DAVINCI_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get(DAVINCI_AUXCLK_CLKID) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_DA850_PLL_INIT  #define CONFIG_SYS_DA850_DDR_INIT  #define CONFIG_SYS_TEXT_BASE		0xc1080000 diff --git a/include/configs/ipek01.h b/include/configs/ipek01.h index b88c51b65..408168b9b 100644 --- a/include/configs/ipek01.h +++ b/include/configs/ipek01.h @@ -296,7 +296,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000 /* default load address */ -#define CONFIG_SYS_HZ			1000 /* decrementer freq: 1 ms ticks */  #define CONFIG_LOOPW  /* diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h index d0609f625..b34e3422d 100644 --- a/include/configs/jadecpu.h +++ b/include/configs/jadecpu.h @@ -12,7 +12,6 @@  #define CONFIG_MB86R0x  #define CONFIG_MB86R0x_IOCLK	get_bus_freq(0) -#define CONFIG_SYS_HZ		1000  #define CONFIG_SYS_TEXT_BASE	0x10000000  #define CONFIG_ARM926EJS	1	/* This is an ARM926EJS Core	*/ diff --git a/include/configs/jornada.h b/include/configs/jornada.h index 71f1e7252..7e18d8e7b 100644 --- a/include/configs/jornada.h +++ b/include/configs/jornada.h @@ -70,7 +70,6 @@  #define CONFIG_SYS_BARGSIZE		256	/* Boot Argument Buffer Size */  #define CONFIG_SYS_MEMTEST_START	0xc0040000	/* memtest works on */  #define CONFIG_SYS_MEMTEST_END		0xc2000000	/* 4..128 MB */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CPUSPEED		0x0a /* core clock 206MHz */  #define CONFIG_SYS_BAUDRATE_TABLE	{ 19200, 38400, 57600, 115200 } diff --git a/include/configs/jupiter.h b/include/configs/jupiter.h index a0b0efd36..71e8ececf 100644 --- a/include/configs/jupiter.h +++ b/include/configs/jupiter.h @@ -261,8 +261,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/km/keymile-common.h b/include/configs/km/keymile-common.h index e71f37f2f..2a15ad469 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -54,8 +54,6 @@  #define CONFIG_SYS_ALT_MEMTEST		/* memory test, takes time */ -#define CONFIG_SYS_HZ			1000	/* decr. freq: 1 ms ticks */ -  #define CONFIG_BAUDRATE			115200  #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } diff --git a/include/configs/korat.h b/include/configs/korat.h index 7a2b24bcd..b09af199c 100644 --- a/include/configs/korat.h +++ b/include/configs/korat.h @@ -323,8 +323,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/kvme080.h b/include/configs/kvme080.h index 80d40c9a8..251327a22 100644 --- a/include/configs/kvme080.h +++ b/include/configs/kvme080.h @@ -95,7 +95,6 @@  #define CONFIG_SYS_MEMTEST_END		0x07C00000  #define CONFIG_SYS_LOAD_ADDR		0x00100000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_INIT_RAM_ADDR	0x40000000  #define CONFIG_SYS_INIT_RAM_SIZE	0x1000 diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 6323050fe..1afd48793 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -127,8 +127,6 @@  #define CONFIG_SYS_CPU_CLK	(1196000000)  #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ  #define TMU_CLK_DIVIDER		(4)	/* 4 (default), 16, 64, 256 or 1024 */ -#define CFG_HZ              (1000) -#define CONFIG_SYS_HZ		CFG_HZ  /* Ether */  #define CONFIG_NET_MULTI diff --git a/include/configs/linkstation.h b/include/configs/linkstation.h index 405edee80..fcd809dfb 100644 --- a/include/configs/linkstation.h +++ b/include/configs/linkstation.h @@ -305,7 +305,6 @@  /* FIXME: 32.768 MHz is the crystal frequency but */  /* the real frequency is lower by about 0.75%     */  #define CONFIG_SYS_CLK_FREQ	32768000 -#define CONFIG_SYS_HZ			1000  /* Bit-field values for MCCR1.  */  #define CONFIG_SYS_ROMNAL      0 diff --git a/include/configs/lp8x4x.h b/include/configs/lp8x4x.h index 26b989a03..68e1a974d 100644 --- a/include/configs/lp8x4x.h +++ b/include/configs/lp8x4x.h @@ -116,11 +116,6 @@  #define	CONFIG_AUTO_COMPLETE		1  /* - * Clock Configuration - */ -#define	CONFIG_SYS_HZ			1000		/* Timer @ 3250000 Hz */ - -/*   * DRAM Map   */  #define	CONFIG_NR_DRAM_BANKS		1		/* 1 bank of DRAM */ diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h index be3721503..b87df5479 100644 --- a/include/configs/lubbock.h +++ b/include/configs/lubbock.h @@ -110,7 +110,6 @@  #define CONFIG_SYS_LOAD_ADDR	(CONFIG_SYS_DRAM_BASE + 0x8000) /* default load address */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CPUSPEED		0x161		/* set core clock to 400/200/100 MHz */  #ifdef CONFIG_MMC diff --git a/include/configs/lwmon.h b/include/configs/lwmon.h index 551b73c21..f20458733 100644 --- a/include/configs/lwmon.h +++ b/include/configs/lwmon.h @@ -212,8 +212,6 @@  #define CONFIG_SYS_PIO_MODE		0	/* IDE interface in PIO Mode 0	*/ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * When the watchdog is enabled, output must be fast enough in Linux.   */ diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index fb19c4120..c348329cb 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -481,8 +481,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/m53evk.h b/include/configs/m53evk.h index f1c93d8da..8c54549fc 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -10,7 +10,6 @@  #define CONFIG_MX53  #define CONFIG_MXC_GPIO -#define CONFIG_SYS_HZ		1000  #include <asm/arch/imx-regs.h> diff --git a/include/configs/manroland/mpc5200-common.h b/include/configs/manroland/mpc5200-common.h index 98bfcc550..21b17f6e2 100644 --- a/include/configs/manroland/mpc5200-common.h +++ b/include/configs/manroland/mpc5200-common.h @@ -143,8 +143,6 @@  /*use  Hardware WDT */  #define CONFIG_HW_WATCHDOG -#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/mcc200.h b/include/configs/mcc200.h index 8eeb597ac..1b9e2d0f9 100644 --- a/include/configs/mcc200.h +++ b/include/configs/mcc200.h @@ -302,8 +302,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/mcx.h b/include/configs/mcx.h index 5e27ab2e4..4619dfb3e 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -303,7 +303,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*   * Physical Memory Map diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index 910c93fb1..6501ea40e 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -342,8 +342,6 @@  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ		1000 -  /*   * For booting Linux, the board info and command line data   * have to be in the first 256 MB of memory, since this is diff --git a/include/configs/mecp5200.h b/include/configs/mecp5200.h index a9ea53976..047e17110 100644 --- a/include/configs/mecp5200.h +++ b/include/configs/mecp5200.h @@ -249,8 +249,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_VXWORKS_MAC_PTR	0x00000000	/* Pass Ethernet MAC to VxWorks */  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */ diff --git a/include/configs/meesc.h b/include/configs/meesc.h index 4d7a91f45..f188102ed 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -40,7 +40,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768	/* 32.768 kHz crystal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	16000000/* 16.0 MHz crystal */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq */  /* Misc CPU related */  #define CONFIG_SKIP_LOWLEVEL_INIT diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 0e3de777b..aa8d59d6e 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -399,7 +399,6 @@  /* architecture dependent code */  #define	CONFIG_SYS_USR_EXCEP	/* user exception */ -#define CONFIG_SYS_HZ	1000  #define	CONFIG_PREBOOT	"echo U-BOOT for ${hostname};setenv preboot;echo" diff --git a/include/configs/mimc200.h b/include/configs/mimc200.h index 82f653ed5..3d792398c 100644 --- a/include/configs/mimc200.h +++ b/include/configs/mimc200.h @@ -17,8 +17,6 @@  #define CONFIG_MIMC200_EXT_FLASH -#define CONFIG_SYS_HZ				1000 -  /*   * Set up the PLL to run at 140 MHz, the CPU to run at the PLL   * frequency, the HSB and PBB busses to run at 1/2 the PLL frequency diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h index 6db6c9ebc..8071ac380 100644 --- a/include/configs/motionpro.h +++ b/include/configs/motionpro.h @@ -379,8 +379,6 @@ extern void __led_set(led_id_t id, int state);  #define CONFIG_SYS_LOAD_ADDR		0x200000	/* default kernel load addr */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  /*   * Various low-level settings   */ diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index 1721af182..4a8adf6f3 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -497,7 +497,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/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h index c8021601f..0308c52bc 100644 --- a/include/configs/mpc7448hpc2.h +++ b/include/configs/mpc7448hpc2.h @@ -186,8 +186,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x00400000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decr freq: 1ms ticks */ -  /*   * Low Level Configuration Settings   * (address mappings, register initial values, etc.) diff --git a/include/configs/mpc8308_p1m.h b/include/configs/mpc8308_p1m.h index a3a6566a7..de7a53a8c 100644 --- a/include/configs/mpc8308_p1m.h +++ b/include/configs/mpc8308_p1m.h @@ -420,7 +420,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/mpq101.h b/include/configs/mpq101.h index 55d93da59..6d0d392b7 100644 --- a/include/configs/mpq101.h +++ b/include/configs/mpq101.h @@ -334,7 +334,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_HZ       1000              /* decrementer freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/mpr2.h b/include/configs/mpr2.h index 505e22505..fcf237edb 100644 --- a/include/configs/mpr2.h +++ b/include/configs/mpr2.h @@ -69,7 +69,6 @@  #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  /* UART */  #define CONFIG_SCIF_CONSOLE	1 diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h index 3e74dffc4..ec8523eb9 100644 --- a/include/configs/ms7720se.h +++ b/include/configs/ms7720se.h @@ -87,7 +87,6 @@  #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  /* PCMCIA */  #define CONFIG_IDE_PCMCIA	1 diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index e1f2be894..54fb7c3e8 100644 --- a/include/configs/ms7722se.h +++ b/include/configs/ms7722se.h @@ -113,6 +113,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	/* __MS7722SE_H */ diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index ba65a7c0b..eea3bd1f2 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -84,6 +84,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 -#define CONFIG_SYS_HZ		1000  #endif /* __MS7750SE_H */ diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index c7ec49e3d..87c06389b 100644 --- a/include/configs/muas3001.h +++ b/include/configs/muas3001.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_BAUDRATE_TABLE	{ 9600, 19200, 38400, 57600, 115200, 230400 }  #define CONFIG_SYS_SDRAM_BASE		0x00000000 diff --git a/include/configs/munices.h b/include/configs/munices.h index bcc997ab0..3bda8ebea 100644 --- a/include/configs/munices.h +++ b/include/configs/munices.h @@ -175,7 +175,6 @@  #define CONFIG_SYS_MEMTEST_END		0x00f00000	/* 1 ... 15 MB in DRAM	*/  #define CONFIG_SYS_LOAD_ADDR		0x200000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */  #define CONFIG_DISPLAY_BOARDINFO 1  #define CONFIG_CMDLINE_EDITING  1 diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index c458dd973..721b75dae 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -35,7 +35,6 @@  /*   * CLKs configurations   */ -#define CONFIG_SYS_HZ		1000  /*   * NS16550 Configuration diff --git a/include/configs/mx1ads.h b/include/configs/mx1ads.h index 70d1dee6a..c15d54631 100644 --- a/include/configs/mx1ads.h +++ b/include/configs/mx1ads.h @@ -114,7 +114,6 @@  #define CONFIG_SYS_MEMTEST_END		0x0AF00000	/* 63 MB in DRAM	*/  #define CONFIG_SYS_LOAD_ADDR		0x08800000	/* default load address */ -/*#define	CONFIG_SYS_HZ			1000 */  #define CONFIG_SYS_HZ			3686400  #define CONFIG_SYS_CPUSPEED		0x141 diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index 256b3c1be..e48798c70 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -12,7 +12,6 @@  /* High Level Configuration Options */  #define CONFIG_MX25 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_TEXT_BASE		0x81200000  #define CONFIG_MXC_GPIO diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 99909536f..51b1a141e 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -134,8 +134,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_CMDLINE_EDITING	1  /*----------------------------------------------------------------------- diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index d41f2cd41..8a1146112 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -137,8 +137,6 @@  /* default load address */  #define CONFIG_SYS_LOAD_ADDR		0x81000000 -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_CMDLINE_EDITING  /*----------------------------------------------------------------------- diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 2d1b800c3..0fb83204e 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -153,8 +153,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ				1000 -  /*   * Physical Memory Map   */ diff --git a/include/configs/mx51_efikamx.h b/include/configs/mx51_efikamx.h index 0772dd23c..8a44ef5a7 100644 --- a/include/configs/mx51_efikamx.h +++ b/include/configs/mx51_efikamx.h @@ -227,7 +227,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000  #define CONFIG_CMDLINE_EDITING  /*----------------------------------------------------------------------- diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 04f518a22..10c7ee9d8 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -232,7 +232,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING  /*----------------------------------------------------------------------- diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index b404247ef..60c40c865 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -199,7 +199,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING  /* Physical Memory Map */ diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index d9c7df5b2..623bf970e 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -149,7 +149,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING  /* Physical Memory Map */ diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 5f343b13b..ab55fbea2 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -191,7 +191,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING  /* Physical Memory Map */ diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index 2f7736d50..818d7e7f8 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -134,7 +134,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ		1000  #define CONFIG_CMDLINE_EDITING  /* Physical Memory Map */ diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index ef3058c18..2f91a6c1d 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -127,7 +127,6 @@  #define CONFIG_SYS_MEMTEST_END		0x10010000  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000  #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index bf6113b2a..f97a37cb1 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -185,7 +185,6 @@  #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000  #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR -#define CONFIG_SYS_HZ                  1000  #define CONFIG_CMDLINE_EDITING  #define CONFIG_STACKSIZE               (128 * 1024) diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index a58cc36fc..7abad08c4 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -162,7 +162,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + SZ_512M)  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000  #define CONFIG_CMDLINE_EDITING  #define CONFIG_STACKSIZE		SZ_128K diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 9cf69ff65..363b27763 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -41,9 +41,6 @@   * CPU specifics   */ -/* Ticks per second */ -#define CONFIG_SYS_HZ		1000 -  /* MXS uses FDT */  #define CONFIG_OF_LIBFDT diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 181a6bfd4..4d3428cb8 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -76,7 +76,6 @@  #define CONFIG_BOARD_LATE_INIT	/* call board_late_init during start up */  /* timing informazion */ -#define CONFIG_SYS_HZ		1000 /* Mandatory... */  #define CONFIG_SYS_TIMERBASE	0x101E2000  /* serial port (PL011) configuration */ diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h index 3e18357ee..1578b010b 100644 --- a/include/configs/nios2-generic.h +++ b/include/configs/nios2-generic.h @@ -39,7 +39,6 @@  #define CONFIG_SYS_LOW_RES_TIMER  #define CONFIG_SYS_NIOS_TMRBASE	CONFIG_SYS_TIMER_BASE  #define CONFIG_SYS_NIOS_TMRIRQ		CONFIG_SYS_TIMER_IRQ -#define CONFIG_SYS_HZ			1000	/* Always 1000 */  #define CONFIG_SYS_NIOS_TMRMS		10	/* Desired period (msec)*/  #define CONFIG_SYS_NIOS_TMRCNT \  	(CONFIG_SYS_NIOS_TMRMS * (CONFIG_SYS_TIMER_FREQ / 1000) - 1) diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 85fe5ee94..3df8de013 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -306,7 +306,6 @@  #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000  #define CONFIG_SYS_LOAD_ADDR	       CONFIG_LOADADDR -#define CONFIG_SYS_HZ		       1000  #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 64db0eb94..4332779d2 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -426,7 +426,6 @@ int rx51_kp_getc(void);   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*   * Stack sizes diff --git a/include/configs/o2dnt-common.h b/include/configs/o2dnt-common.h index 1709dc2c2..ce0845499 100644 --- a/include/configs/o2dnt-common.h +++ b/include/configs/o2dnt-common.h @@ -331,7 +331,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000  /* decrementer freq: 1 ms ticks */ -#define CONFIG_SYS_HZ			1000  /*   * Various low-level settings diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 9fcd50b52..47d990208 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -341,7 +341,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2       /* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index edf654344..3eae28884 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -35,7 +35,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /* Size of environment - 128KB */  #define CONFIG_ENV_SIZE			(128 << 10) diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 42cea012d..0c096f429 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -265,7 +265,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*   * Physical Memory Map diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h index 73d5d30f0..45da2e00b 100644 --- a/include/configs/omap3_mvblx.h +++ b/include/configs/omap3_mvblx.h @@ -236,7 +236,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2       /* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 88380a42c..46416946c 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -217,7 +217,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index ee448bb81..3cce0de48 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -201,7 +201,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h index fc219fa47..697a3f386 100644 --- a/include/configs/omap3_sdp3430.h +++ b/include/configs/omap3_sdp3430.h @@ -273,7 +273,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1  #define CONFIG_SYS_INIT_RAM_ADDR	0x4020f800 diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index a4a739e4a..8591f98a8 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -228,7 +228,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index e9f2383f7..15f1f4d55 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -220,7 +220,6 @@  /* Use General purpose timer 1 */  #define CONFIG_SYS_TIMERBASE		GPT2_BASE  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*   * SDRAM Memory Map diff --git a/include/configs/omap5912osk.h b/include/configs/omap5912osk.h index c2b9e13c7..c48790d2a 100644 --- a/include/configs/omap5912osk.h +++ b/include/configs/omap5912osk.h @@ -118,7 +118,6 @@   */  #define CONFIG_SYS_TIMERBASE	0xFFFEC500	/* use timer 1 */  #define CONFIG_SYS_PTV		7	/* 2^(PTV+1), divide by 256 */ -#define CONFIG_SYS_HZ		1000  /*-----------------------------------------------------------------------   * Physical Memory Map diff --git a/include/configs/openrisc-generic.h b/include/configs/openrisc-generic.h index 978762350..d4de3c355 100644 --- a/include/configs/openrisc-generic.h +++ b/include/configs/openrisc-generic.h @@ -55,7 +55,6 @@  /*   * TIMER   */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_OPENRISC_TMR_HZ	100  /* diff --git a/include/configs/origen.h b/include/configs/origen.h index da135740e..bad34b3e7 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -102,8 +102,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x6000000)  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x3E00000) -#define CONFIG_SYS_HZ			1000 -  /* ORIGEN has 4 bank of DRAM */  #define CONFIG_NR_DRAM_BANKS	4  #define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */ diff --git a/include/configs/otc570.h b/include/configs/otc570.h index 32b36e41a..ae4054bd8 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -39,7 +39,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768	/* 32.768 kHz crystal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	16000000/* 16.0 MHz crystal */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq */  /* Misc CPU related */  #define CONFIG_SKIP_LOWLEVEL_INIT diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 62ecc4d75..91a678212 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -917,7 +917,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	/* decrementer freq: 1ms tick */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 3d64a1f9b..76189e136 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -481,7 +481,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/p3mx.h b/include/configs/p3mx.h index 2045f1da9..a210e293a 100644 --- a/include/configs/p3mx.h +++ b/include/configs/p3mx.h @@ -283,8 +283,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x08000000	/* default load address */ -#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/p3p440.h b/include/configs/p3p440.h index 0d0d243ec..3fde7ca3a 100644 --- a/include/configs/p3p440.h +++ b/include/configs/p3p440.h @@ -212,8 +212,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_AUTO_COMPLETE	1       /* add autocompletion support   */  #define CONFIG_LOOPW            1       /* enable loopw command         */  #define CONFIG_ZERO_BOOTDELAY_CHECK	/* check for keypress on bootdelay==0 */ diff --git a/include/configs/palmtreo680.h b/include/configs/palmtreo680.h index 7f96a9636..adf85190d 100644 --- a/include/configs/palmtreo680.h +++ b/include/configs/palmtreo680.h @@ -119,7 +119,6 @@   * Clock Configuration   */  #undef  CONFIG_SYS_CLKS_IN_HZ -#define CONFIG_SYS_HZ                   1000 /* decrementer freq: 1 ms ticks */  #define CONFIG_SYS_CPUSPEED             0x210           /* 416MHz ; N=2,L=16 */  /* diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index cab9192de..e929b23f2 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -66,8 +66,6 @@  #define CONFIG_SYS_MIPS_TIMER_FREQ	396000000 -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_SYS_SDRAM_BASE		0x80000000     /* Cached addr */  #define	CONFIG_SYS_LOAD_ADDR		0x81000000     /* default load address	*/ diff --git a/include/configs/pcm030.h b/include/configs/pcm030.h index 423e2fa6d..5c6188955 100644 --- a/include/configs/pcm030.h +++ b/include/configs/pcm030.h @@ -364,7 +364,6 @@ RTC configuration  #define CONFIG_SYS_MEMTEST_END 0x00f00000 /* 1 ... 15 MB in DRAM */  #define CONFIG_SYS_LOAD_ADDR 0x400000 /* default load address */ -#define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */  #define CONFIG_DISPLAY_BOARDINFO 1 diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 2fff0beff..4970b13e9 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -155,7 +155,6 @@   /* Platform/Board specific defs */  #define CONFIG_SYS_TIMERBASE		0x48040000	/* Use Timer2 */  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000	/* 1ms clock */  #define CONFIG_CONS_INDEX		1  /* NS16550 Configuration */ diff --git a/include/configs/pcs440ep.h b/include/configs/pcs440ep.h index 2c926dc06..400cb3e82 100644 --- a/include/configs/pcs440ep.h +++ b/include/configs/pcs440ep.h @@ -292,8 +292,6 @@  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_into (bd_t) */  #define CONFIG_LYNXKDI          1       /* support kdi files            */ -#define CONFIG_SYS_HZ		        1000	/* decrementer freq: 1 ms ticks */ -  /*-----------------------------------------------------------------------   * PCI stuff   *----------------------------------------------------------------------- diff --git a/include/configs/pdm360ng.h b/include/configs/pdm360ng.h index d9853d511..266d107e4 100644 --- a/include/configs/pdm360ng.h +++ b/include/configs/pdm360ng.h @@ -416,7 +416,6 @@  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE  /* Decrementer freq: 1ms ticks */ -#define CONFIG_SYS_HZ		1000  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/pdnb3.h b/include/configs/pdnb3.h index baed5920b..98b2e0d78 100644 --- a/include/configs/pdnb3.h +++ b/include/configs/pdnb3.h @@ -99,7 +99,6 @@  #define CONFIG_SYS_LOAD_ADDR           0x00010000      /* default load address */  #define CONFIG_IXP425_TIMER_CLK		66666666 -#define CONFIG_SYS_HZ			1000		/* decrementer freq: 1 ms ticks */  /***************************************************************   * Platform/Board specific defines start here. diff --git a/include/configs/pf5200.h b/include/configs/pf5200.h index 6e0e8a655..327be3fde 100644 --- a/include/configs/pf5200.h +++ b/include/configs/pf5200.h @@ -253,8 +253,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_VXWORKS_MAC_PTR	0x00000000	/* Pass Ethernet MAC to VxWorks */  #define CONFIG_SYS_CACHELINE_SIZE	32	/* For MPC5xxx CPUs */ diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 67b40b2fc..37c43f4d3 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -28,8 +28,6 @@  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000 -#define CONFIG_SYS_HZ		1000 -  #define CONFIG_SYS_AT91_CPU_NAME	"AT91SAM9261"  #define CONFIG_PM9261		1	/* on a Ronetix PM9261 Board	*/  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 2b4335e78..eccc027fe 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -28,8 +28,6 @@  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */ -#define CONFIG_SYS_HZ		1000 -  #define CONFIG_SYS_AT91_CPU_NAME	"AT91SAM9263"  #define CONFIG_PM9263		1	/* on a Ronetix PM9263 Board	*/  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 7d16bd8b2..51fe0be93 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -31,7 +31,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_MAIN_CLOCK	12000000 /* from 12 MHz crystal */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_TEXT_BASE		0x73f00000  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/ppmc7xx.h b/include/configs/ppmc7xx.h index 68575481a..18f9a6cc2 100644 --- a/include/configs/ppmc7xx.h +++ b/include/configs/ppmc7xx.h @@ -362,7 +362,6 @@   */  #define CONFIG_SYS_BUS_CLK		CONFIG_BUS_CLK -#define CONFIG_SYS_HZ			1000  /* diff --git a/include/configs/ppmc8260.h b/include/configs/ppmc8260.h index 91cb05e0a..760dcaca4 100644 --- a/include/configs/ppmc8260.h +++ b/include/configs/ppmc8260.h @@ -314,7 +314,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size	   */  #define CONFIG_SYS_LOAD_ADDR		0x140000   /* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */  #define CONFIG_SYS_MEMTEST_START	0x2000	/* memtest works from the end of */  					/* the exception vector table */ diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index a23d84b6e..84ad006ac 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -223,7 +223,6 @@  #define CONFIG_SYS_LOAD_ADDR		0xa0800000	/* default load address */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CPUSPEED		0x161		/* set core clock to 400/200/100 MHz */  #define RTC	1				/* enable 32KHz osc */ diff --git a/include/configs/qemu-malta.h b/include/configs/qemu-malta.h index 4e7ad3323..03514d165 100644 --- a/include/configs/qemu-malta.h +++ b/include/configs/qemu-malta.h @@ -25,7 +25,6 @@   */  #define CONFIG_SYS_MHZ			250	/* arbitrary value */  #define CONFIG_SYS_MIPS_TIMER_FREQ	(CONFIG_SYS_MHZ * 1000000) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_DCACHE_SIZE		16384	/* arbitrary value */  #define CONFIG_SYS_ICACHE_SIZE		16384	/* arbitrary value */ diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index c3a69c532..dd3babb50 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -106,8 +106,6 @@  #define CONFIG_SYS_MIPS_TIMER_FREQ	(CONFIG_SYS_MHZ * 1000000) -#define CONFIG_SYS_HZ			1000 -  /* Cached addr */  #define CONFIG_SYS_SDRAM_BASE		0x80000000 diff --git a/include/configs/qemu-mips64.h b/include/configs/qemu-mips64.h index 7267a8115..a1422fca1 100644 --- a/include/configs/qemu-mips64.h +++ b/include/configs/qemu-mips64.h @@ -108,8 +108,6 @@  #define CONFIG_SYS_MIPS_TIMER_FREQ	(CONFIG_SYS_MHZ * 1000000) -#define CONFIG_SYS_HZ			1000 -  /* Cached addr */  #define CONFIG_SYS_SDRAM_BASE		0xffffffff80000000 diff --git a/include/configs/qong.h b/include/configs/qong.h index 6f0f76076..f9d6642cc 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -188,8 +188,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_CMDLINE_EDITING  #define CONFIG_SYS_HUSH_PARSER			/* Use the HUSH parser */ diff --git a/include/configs/quad100hd.h b/include/configs/quad100hd.h index 76637d015..7b04e0c3e 100644 --- a/include/configs/quad100hd.h +++ b/include/configs/quad100hd.h @@ -121,8 +121,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x100000  /* default load address	*/  #define CONFIG_SYS_EXTBDINFO		1	/* To use extended board_info (bd_t) */ -#define CONFIG_SYS_HZ		        1000	/* decrementer freq: 1 ms ticks	*/ -  #define CONFIG_LOADS_ECHO	1	/* echo on for serial download	*/  #define CONFIG_SYS_LOADS_BAUD_CHANGE	1	/* allow baudrate change	*/ diff --git a/include/configs/quantum.h b/include/configs/quantum.h index 1be59b843..f3540c142 100644 --- a/include/configs/quantum.h +++ b/include/configs/quantum.h @@ -123,8 +123,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/r0p7734.h b/include/configs/r0p7734.h index 40afed745..dd26a71bc 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -166,6 +166,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 -#define CONFIG_SYS_HZ       1000  #endif	/* __R0P7734_H */ diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 5b8cc88bd..ddcc97587 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -79,7 +79,6 @@  #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 -#define CONFIG_SYS_HZ		1000  #define	CONFIG_SYS_PLL_SETTLING_TIME	100/* in us */  /* diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 52591da74..f5e4daab8 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -104,7 +104,6 @@  #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 -#define CONFIG_SYS_HZ		1000  /* PCI Controller */  #if defined(CONFIG_CMD_PCI) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index 216c6cb70..0b7add7be 100644 --- a/include/configs/rpi_b.h +++ b/include/configs/rpi_b.h @@ -30,9 +30,6 @@   */  #define CONFIG_MACH_TYPE		MACH_TYPE_BCM2708 -/* Timer */ -#define CONFIG_SYS_HZ			1000 -  /* Memory layout */  #define CONFIG_NR_DRAM_BANKS		1  #define CONFIG_SYS_SDRAM_BASE		0x00000000 diff --git a/include/configs/rsdproto.h b/include/configs/rsdproto.h index 0842568a3..f144f8432 100644 --- a/include/configs/rsdproto.h +++ b/include/configs/rsdproto.h @@ -142,8 +142,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/s5p_goni.h b/include/configs/s5p_goni.h index c303244f9..0590d201c 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -173,8 +173,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x5000000)  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x4000000) -#define CONFIG_SYS_HZ			1000 -  /* Goni has 3 banks of DRAM, but swap the bank */  #define CONFIG_NR_DRAM_BANKS	3  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* OneDRAM Bank #0 */ diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 97a4008e3..d9e4c5683 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -198,8 +198,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x5000000)  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x4800000) -#define CONFIG_SYS_HZ			1000 -  /* Universal has 2 banks of DRAM */  #define CONFIG_NR_DRAM_BANKS	2  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* LDDDR2 DMC 0 */ diff --git a/include/configs/sacsng.h b/include/configs/sacsng.h index 9d90553fc..3750ad2c3 100644 --- a/include/configs/sacsng.h +++ b/include/configs/sacsng.h @@ -583,7 +583,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size	   */  #define CONFIG_SYS_LOAD_ADDR		0x400000   /* default load address */ -#define CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks */  #define CONFIG_SYS_ALT_MEMTEST                 /* Select full-featured memory test */  #define CONFIG_SYS_MEMTEST_START	0x2000	/* memtest works from the end of */ diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 79c00684d..c38cf2228 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -20,7 +20,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK      32768  #define CONFIG_SYS_AT91_MAIN_CLOCK      12000000 /* from 12 MHz crystal */ -#define CONFIG_SYS_HZ		        1000  #define CONFIG_AT91FAMILY  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 042ee7b8e..279abbcae 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -65,8 +65,6 @@  #define CONFIG_ENV_SIZE		8192  #define CONFIG_ENV_IS_NOWHERE -#define CONFIG_SYS_HZ			1000 -  /* Memory things - we don't really want a memory test */  #define CONFIG_SYS_LOAD_ADDR		0x00000000  #define CONFIG_SYS_MEMTEST_START	0x00100000 diff --git a/include/configs/sbc35_a9g20.h b/include/configs/sbc35_a9g20.h index 4ba224252..1b07da429 100644 --- a/include/configs/sbc35_a9g20.h +++ b/include/configs/sbc35_a9g20.h @@ -26,7 +26,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	12000000	/* 12.000 MHz crystal */ -#define CONFIG_SYS_HZ		        1000  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/sbc405.h b/include/configs/sbc405.h index 7eb3d0ccf..2fd1dc48e 100644 --- a/include/configs/sbc405.h +++ b/include/configs/sbc405.h @@ -145,8 +145,6 @@  #define CONFIG_SYS_LOAD_ADDR	0x100000	/* default load address */  #define CONFIG_SYS_EXTBDINFO	1		/* To use extended board_info (bd_t) */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */ -  #define CONFIG_VERSION_VARIABLE	1	/* include version env variable */  #define CONFIG_SYS_RX_ETH_BUFFER	16	/* use 16 rx buffer on 405 emac */ diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index d0cb5882d..a258fe83d 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -450,7 +450,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/sbc8548.h b/include/configs/sbc8548.h index e5f870f41..6d970608f 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -565,7 +565,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/sbc8641d.h b/include/configs/sbc8641d.h index c41471c86..dba948a5c 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -506,7 +506,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/sc3.h b/include/configs/sc3.h index 60710ba82..9a1115059 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -224,8 +224,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x1000000	/* 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	*/ -  /*-----------------------------------------------------------------------   * IIC stuff   *----------------------------------------------------------------------- diff --git a/include/configs/sh7752evb.h b/include/configs/sh7752evb.h index 8d6ee8a6d..ebdc5c8b0 100644 --- a/include/configs/sh7752evb.h +++ b/include/configs/sh7752evb.h @@ -134,5 +134,4 @@  #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 -#define CONFIG_SYS_HZ		1000  #endif	/* __SH7752EVB_H */ diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h index 530b22635..ce1add268 100644 --- a/include/configs/sh7757lcr.h +++ b/include/configs/sh7757lcr.h @@ -142,5 +142,4 @@  #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 -#define CONFIG_SYS_HZ		1000  #endif	/* __SH7757LCR_H */ diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h index 92416b17a..a13778830 100644 --- a/include/configs/sh7763rdp.h +++ b/include/configs/sh7763rdp.h @@ -100,7 +100,6 @@  #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  /* Ether */  #define CONFIG_SH_ETHER 1 diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h index 594e6d218..4acbcab1b 100644 --- a/include/configs/sh7785lcr.h +++ b/include/configs/sh7785lcr.h @@ -174,6 +174,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 -#define CONFIG_SYS_HZ		1000  #endif	/* __SH7785LCR_H */ diff --git a/include/configs/shmin.h b/include/configs/shmin.h index 16c6dc8b8..5c990fc96 100644 --- a/include/configs/shmin.h +++ b/include/configs/shmin.h @@ -105,7 +105,6 @@  #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 -#define CONFIG_SYS_HZ	1000  /* Network device */  #define CONFIG_DRIVER_NE2000 diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 5426ee872..9eb0a04da 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -85,7 +85,6 @@  					+ (8 * 1024 * 1024))  #define CONFIG_SYS_LOAD_ADDR		0x81000000 /* Default load address */ -#define CONFIG_SYS_HZ			1000 /* 1ms clock */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC @@ -113,7 +112,6 @@   /* Platform/Board specific defs */  #define CONFIG_SYS_TIMERBASE		0x48040000	/* Use Timer2 */  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /* NS16550 Configuration */  #define CONFIG_SYS_NS16550 diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index b78727067..a87444e0b 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -124,8 +124,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x30800000 -#define CONFIG_SYS_HZ			1000 -  /* support additional compression methods */  #define CONFIG_BZIP2  #define CONFIG_LZO diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index 507a5d309..c9a2e1568 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -166,8 +166,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x5e00000)  #define CONFIG_SYS_LOAD_ADDR		CONFIG_SYS_SDRAM_BASE -#define CONFIG_SYS_HZ			1000 -  /* SMDKC100 has 1 banks of DRAM, we use only one in U-Boot */  #define CONFIG_NR_DRAM_BANKS	1  #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* SDRAM Bank #1 */ diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h index 0496661b2..e2e8efe58 100644 --- a/include/configs/smdkv310.h +++ b/include/configs/smdkv310.h @@ -101,8 +101,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x6000000)  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x3E00000) -#define CONFIG_SYS_HZ			1000 -  /* SMDKV310 has 4 bank of DRAM */  #define CONFIG_NR_DRAM_BANKS	4  #define SDRAM_BANK_SIZE		(512UL << 20UL)	/* 512 MB */ diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h index 17eb5f245..988b68058 100644 --- a/include/configs/snapper9260.h +++ b/include/configs/snapper9260.h @@ -20,7 +20,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000 /* External Crystal, in Hz */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768 -#define CONFIG_SYS_HZ			1000  /* CPU */  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/snowball.h b/include/configs/snowball.h index edc426aa0..00d6fa5e8 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -27,7 +27,6 @@  #define CONFIG_SYS_MEMTEST_START	0x00000000  #define CONFIG_SYS_MEMTEST_END	0x1FFFFFFF -#define CONFIG_SYS_HZ		1000		/* must be 1000 */  /*-----------------------------------------------------------------------   * Size of environment and malloc() pool diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 346ca7232..dc74ad0da 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -196,7 +196,6 @@  /* reload value when timer count to zero */  #define TIMER_LOAD_VAL			0xFFFFFFFF  /* Timer info */ -#define CONFIG_SYS_HZ			1000  #ifdef CONFIG_SOCFPGA_VIRTUAL_TARGET  #define CONFIG_TIMER_CLOCK_KHZ		2400  #else diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 1ff111295..b6fbe2370 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -353,7 +353,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buf 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/spc1920.h b/include/configs/spc1920.h index 92ec8f3d7..127de000f 100644 --- a/include/configs/spc1920.h +++ b/include/configs/spc1920.h @@ -109,8 +109,6 @@  #define CONFIG_SYS_LOAD_ADDR		0x00100000 -#define	CONFIG_SYS_HZ		        1000	/* decrementer freq: 1 ms ticks */ -  #define CONFIG_SYS_BAUDRATE_TABLE	{ 2400, 4800, 9600, 19200 }  /* diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index c11c2b4d0..23f7ad77b 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -47,7 +47,6 @@  #define CONFIG_I2C_CHIPADDRESS			0x50  /* Timer, HZ specific defines */ -#define CONFIG_SYS_HZ				1000  /* Flash configuration */  #if defined(CONFIG_FLASH_PNOR) diff --git a/include/configs/spieval.h b/include/configs/spieval.h index 90fc5996d..07668de4d 100644 --- a/include/configs/spieval.h +++ b/include/configs/spieval.h @@ -401,8 +401,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/stamp9g20.h b/include/configs/stamp9g20.h index a9973315c..7d6f62b32 100644 --- a/include/configs/stamp9g20.h +++ b/include/configs/stamp9g20.h @@ -35,7 +35,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000	/* 18.432MHz crystal */ -#define CONFIG_SYS_HZ			1000		/* 1ms resolution */  /* misc settings */  #define CONFIG_CMDLINE_TAG		/* pass commandline to Kernel */ diff --git a/include/configs/stxgp3.h b/include/configs/stxgp3.h index 100dae742..9b3f0cc69 100644 --- a/include/configs/stxgp3.h +++ b/include/configs/stxgp3.h @@ -331,7 +331,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	0x1000000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h index e82a4b1c6..805814f4f 100644 --- a/include/configs/stxssa.h +++ b/include/configs/stxssa.h @@ -366,7 +366,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	0x1000000	/* default load address */ -#define CONFIG_SYS_HZ		1000		/* decrementer freq: 1 ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index ead67453b..4e3b7277f 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.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/svm_sc8xx.h b/include/configs/svm_sc8xx.h index f98bdc855..b4aa94856 100644 --- a/include/configs/svm_sc8xx.h +++ b/include/configs/svm_sc8xx.h @@ -158,8 +158,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/t4qds.h b/include/configs/t4qds.h index 3090b7eb4..3f54f1423 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -292,7 +292,6 @@  #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/tam3517-common.h b/include/configs/tam3517-common.h index 60dd8ff11..683bc54a2 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -169,7 +169,6 @@   */  #define CONFIG_SYS_TIMERBASE		OMAP34XX_GPT2  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*   * Physical Memory Map diff --git a/include/configs/tb0229.h b/include/configs/tb0229.h index 132e29916..2901ed1ee 100644 --- a/include/configs/tb0229.h +++ b/include/configs/tb0229.h @@ -109,8 +109,6 @@  #define CONFIG_SYS_MIPS_TIMER_FREQ	(CPU_TCLOCK_RATE/4) -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_SYS_SDRAM_BASE		0x80000000  #define CONFIG_SYS_LOAD_ADDR		0x80400000	/* default load address */ diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index ba6c6bb9f..fc49acb28 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -109,8 +109,6 @@  #define CONFIG_SYS_MEMTEST_START	(NV_PA_SDRC_CS0 + 0x600000)  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + 0x100000) -#define CONFIG_SYS_HZ			1000 -  /*-----------------------------------------------------------------------   * Physical Memory Map   */ diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 2fc2c1067..ba16b1c14 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -122,7 +122,6 @@  					+ PHYS_DRAM_1_SIZE - (8 << 12))  #define CONFIG_SYS_LOAD_ADDR		0x81000000	/* Default */ -#define CONFIG_SYS_HZ			1000		/* 1ms clock */  #define CONFIG_OMAP_GPIO  #define CONFIG_MMC @@ -149,7 +148,6 @@   */  #define CONFIG_SYS_TIMERBASE		0x4802E000  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /* NS16550 Configuration */  #define CONFIG_SYS_NS16550 diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h index e90490c75..b8c0d54ab 100644 --- a/include/configs/ti816x_evm.h +++ b/include/configs/ti816x_evm.h @@ -60,7 +60,6 @@  #undef  CONFIG_SYS_CLKS_IN_HZ  #define CONFIG_SYS_LOAD_ADDR		0x81000000 /* Default load address */ -#define CONFIG_SYS_HZ			1000	   /* 1ms clock */  #define CONFIG_CMD_ASKEN  #define CONFIG_CMD_ECHO diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index e89e8744d..de83f7afc 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -56,7 +56,6 @@  /* Timer information. */  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000	/* 1ms clock */  /* I2C IP block */  #define CONFIG_I2C diff --git a/include/configs/titanium.h b/include/configs/titanium.h index 0769f07e5..0bb6731a2 100644 --- a/include/configs/titanium.h +++ b/include/configs/titanium.h @@ -194,7 +194,6 @@  #define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000  /* Physical Memory Map */  #define CONFIG_NR_DRAM_BANKS		1 diff --git a/include/configs/tnetv107x_evm.h b/include/configs/tnetv107x_evm.h index 27efa69ab..48fcb24c4 100644 --- a/include/configs/tnetv107x_evm.h +++ b/include/configs/tnetv107x_evm.h @@ -30,7 +30,6 @@  #define CONFIG_SYS_TIMERBASE		TNETV107X_TIMER0_BASE  #define CONFIG_SYS_HZ_CLOCK		clk_get_rate(TNETV107X_LPSC_TIMER0) -#define CONFIG_SYS_HZ			1000  #define CONFIG_PLL_SYS_EXT_FREQ		25000000  #define CONFIG_PLL_TDM_EXT_FREQ		19200000 diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h index f841ba828..32f6b00bb 100644 --- a/include/configs/tny_a9260.h +++ b/include/configs/tny_a9260.h @@ -40,7 +40,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	12000000	/* 12 MHz crystal */ -#define CONFIG_SYS_HZ		        1000  #define CONFIG_ARCH_CPU_INIT  #define CONFIG_CMDLINE_TAG	        /* enable passing of ATAGs	*/ diff --git a/include/configs/top9000.h b/include/configs/top9000.h index a6d692872..578ba5670 100644 --- a/include/configs/top9000.h +++ b/include/configs/top9000.h @@ -51,7 +51,6 @@  /* ARM asynchronous clock */  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock xtal */  #define CONFIG_SYS_AT91_MAIN_CLOCK	18432000	/* main clock xtal */ -#define CONFIG_SYS_HZ			1000  /* Misc CPU related */  #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/trats.h b/include/configs/trats.h index f5bb6aa7f..6ed331326 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -228,8 +228,6 @@  #define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_SDRAM_BASE + 0x5000000)  #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x4800000) -#define CONFIG_SYS_HZ			1000 -  /* TRATS has 4 banks of DRAM */  #define CONFIG_NR_DRAM_BANKS	4  #define SDRAM_BANK_SIZE		(256UL << 20UL)	/* 256 MB */ diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index b102739a0..d0cfd8e88 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -227,7 +227,6 @@   */  #define CONFIG_SYS_TIMERBASE		(OMAP34XX_GPT2)  #define CONFIG_SYS_PTV			2 /* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000  /*  Physical Memory Map  */  #define CONFIG_NR_DRAM_BANKS		2 /* CS1 may or may not be populated */ diff --git a/include/configs/trizepsiv.h b/include/configs/trizepsiv.h index 1b26c9322..061511777 100644 --- a/include/configs/trizepsiv.h +++ b/include/configs/trizepsiv.h @@ -149,7 +149,6 @@  #define CONFIG_SYS_LOAD_ADDR		0xa1000000	/* default load address */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CPUSPEED		0x207		/* need to look more closely, I think this is Turbo = 2x, L=91Mhz */  #ifdef CONFIG_MMC diff --git a/include/configs/tt01.h b/include/configs/tt01.h index 5942bdf21..0937653fc 100644 --- a/include/configs/tt01.h +++ b/include/configs/tt01.h @@ -239,8 +239,6 @@  /* Boot Argument Buffer Size */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE -#define CONFIG_SYS_HZ			1000 -  #define CONFIG_CMDLINE_EDITING  /* MMC boot support */ diff --git a/include/configs/tx25.h b/include/configs/tx25.h index b11f54e65..edd1f48f3 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -15,7 +15,6 @@   */  #define CONFIG_MX25  #define CONFIG_MX25_CLK32		32000	/* OSC32K frequency */ -#define CONFIG_SYS_HZ			1000  #define	CONFIG_SYS_MONITOR_LEN		(256 << 10)	/* 256 kB for U-Boot */ diff --git a/include/configs/u8500_href.h b/include/configs/u8500_href.h index 0c97ab189..45d33a689 100644 --- a/include/configs/u8500_href.h +++ b/include/configs/u8500_href.h @@ -16,7 +16,6 @@  #define CONFIG_SYS_MEMTEST_START	0x00000000  #define CONFIG_SYS_MEMTEST_END	0x1FFFFFFF -#define CONFIG_SYS_HZ		1000		/* must be 1000 */  #define CONFIG_BOARD_EARLY_INIT_F  #define CONFIG_BOARD_LATE_INIT diff --git a/include/configs/uc100.h b/include/configs/uc100.h index d9e6f931e..cad897f70 100644 --- a/include/configs/uc100.h +++ b/include/configs/uc100.h @@ -160,8 +160,6 @@  #define	CONFIG_SYS_LOAD_ADDR		0x100000	/* default load address	*/ -#define	CONFIG_SYS_HZ			1000	/* decrementer freq: 1 ms ticks	*/ -  #define CONFIG_AUTO_COMPLETE	1       /* add autocompletion support   */  /* diff --git a/include/configs/utx8245.h b/include/configs/utx8245.h index 56a6773cb..8e6e24646 100644 --- a/include/configs/utx8245.h +++ b/include/configs/utx8245.h @@ -208,7 +208,6 @@ protect on ${u-boot_startaddr} ${u-boot_endaddr}"   *------------------------------------------------------------------*/  #define CONFIG_SYS_CLK_FREQ  33000000 -#define CONFIG_SYS_HZ				1000  /*#define CONFIG_SYS_ETH_DEV_FN	     0x7800 */  /*#define CONFIG_SYS_ETH_IOBASE	     0x00104000 */ diff --git a/include/configs/v37.h b/include/configs/v37.h index cf50d337b..0d01fe207 100644 --- a/include/configs/v37.h +++ b/include/configs/v37.h @@ -124,8 +124,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/v38b.h b/include/configs/v38b.h index f51925647..0c544350e 100644 --- a/include/configs/v38b.h +++ b/include/configs/v38b.h @@ -258,8 +258,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/vct.h b/include/configs/vct.h index 85a6c1113..99831169a 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -28,7 +28,6 @@  #define CONFIG_MIPS32				/* MIPS 4Kc CPU core	*/  #define CPU_CLOCK_RATE			324000000 /* Clock for the MIPS core */  #define CONFIG_SYS_MIPS_TIMER_FREQ	(CPU_CLOCK_RATE / 2) -#define CONFIG_SYS_HZ			1000  #define CONFIG_SKIP_LOWLEVEL_INIT	/* SDRAM is initialized by the bootstrap code */ diff --git a/include/configs/ve8313.h b/include/configs/ve8313.h index d6b636f48..5cf4ae5be 100644 --- a/include/configs/ve8313.h +++ b/include/configs/ve8313.h @@ -350,7 +350,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)  #define CONFIG_SYS_MAXARGS	16		/* max number of cmd args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot arg Buffer size */ -#define CONFIG_SYS_HZ		1000		/* 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 5598961aa..23e200774 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -117,7 +117,6 @@  #define CONFIG_SYS_MEMTEST_START	V2M_BASE  #define CONFIG_SYS_MEMTEST_END		0x20000000 -#define CONFIG_SYS_HZ			1000  #define CONFIG_CMDLINE_TAG		1	/* enable passing of ATAGs */  #define CONFIG_SETUP_MEMORY_TAGS	1 diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 0a2d6f249..8d0a00dcd 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -182,7 +182,6 @@  #define CONFIG_SYS_MEMTEST_END		0x87C00000  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000  /*   * Stack sizes diff --git a/include/configs/virtlab2.h b/include/configs/virtlab2.h index b4eb101b8..0457cdfcf 100644 --- a/include/configs/virtlab2.h +++ b/include/configs/virtlab2.h @@ -138,8 +138,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/vision2.h b/include/configs/vision2.h index 4744d7cb6..6891bf8b1 100644 --- a/include/configs/vision2.h +++ b/include/configs/vision2.h @@ -157,7 +157,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000  #define CONFIG_CMDLINE_EDITING  #define CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/vl_ma2sc.h b/include/configs/vl_ma2sc.h index e171ae4c4..4c7313464 100644 --- a/include/configs/vl_ma2sc.h +++ b/include/configs/vl_ma2sc.h @@ -198,7 +198,6 @@  /* clocks */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_AT91_SLOW_CLOCK	32768		/* slow clock */  #define MHZ180 diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index 0b0c1e605..734d13f00 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -396,7 +396,6 @@  #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)  #define CONFIG_SYS_MAXARGS	16		/* max num of command args */  #define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Argument Buf Size */ -#define CONFIG_SYS_HZ		1000		/* decr freq: 1ms ticks */  /*   * For booting Linux, the board info and command line data diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index e97a6bc4b..c3ac612a8 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -149,7 +149,6 @@  /*   * Clock Configuration   */ -#define	CONFIG_SYS_HZ			1000		/* Timer @ 3250000 Hz */  #define	CONFIG_SYS_CPUSPEED		0x190		/* 312MHz */ diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index fa27fb6b6..e9c7e64be 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -205,7 +205,6 @@  #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ			1000  #define CONFIG_CMDLINE_EDITING diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h index 8770e9c69..695bc230c 100644 --- a/include/configs/woodburn_common.h +++ b/include/configs/woodburn_common.h @@ -151,9 +151,6 @@  #define CONFIG_SYS_LOAD_ADDR		CONFIG_LOADADDR -#define CONFIG_SYS_HZ				1000 - -  /*   * Stack sizes   * diff --git a/include/configs/x600.h b/include/configs/x600.h index 89cd50164..39540e380 100644 --- a/include/configs/x600.h +++ b/include/configs/x600.h @@ -20,7 +20,6 @@  #include <asm/arch/hardware.h>  /* Timer, HZ specific defines */ -#define CONFIG_SYS_HZ				1000  #define CONFIG_SYS_HZ_CLOCK			8300000  #define	CONFIG_SYS_TEXT_BASE			0x00800040 diff --git a/include/configs/xaeniax.h b/include/configs/xaeniax.h index 5f34fc769..431ed96e2 100644 --- a/include/configs/xaeniax.h +++ b/include/configs/xaeniax.h @@ -116,7 +116,6 @@  #define CONFIG_SYS_LOAD_ADDR		0xa1000000	/* default load address */ -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_CPUSPEED		0x141		/* set core clock to 400/200/100 MHz */  /* diff --git a/include/configs/xilinx-ppc.h b/include/configs/xilinx-ppc.h index f4f42c510..0ccd73a86 100644 --- a/include/configs/xilinx-ppc.h +++ b/include/configs/xilinx-ppc.h @@ -64,7 +64,6 @@  					/* default load address       */  #define CONFIG_SYS_EXTBDINFO		1  					/* 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_AUTO_COMPLETE		/* add autocompletion support   */ diff --git a/include/configs/xpedite1000.h b/include/configs/xpedite1000.h index af142186f..eb193f867 100644 --- a/include/configs/xpedite1000.h +++ b/include/configs/xpedite1000.h @@ -213,7 +213,6 @@ extern void out32(unsigned int, unsigned long);  #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: 1 ms ticks */  #define CONFIG_CMDLINE_EDITING	1		/* Command-line editing */  #define CONFIG_BOOTDELAY	3		/* -1 disables auto-boot */  #define CONFIG_PANIC_HANG			/* do not reset board on panic */ diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 14b513f5c..4738c2335 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -560,7 +560,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 */  #define CONFIG_CMDLINE_EDITING	1		/* Command-line editing */  #define CONFIG_LOADADDR		0x1000000	/* default location for tftp and bootm */  #define CONFIG_BOOTDELAY	3		/* -1 disables auto-boot */ diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index 150e731e7..33428803e 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -341,7 +341,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 */  #define CONFIG_CMDLINE_EDITING	1		/* add command line history	*/  #define CONFIG_AUTO_COMPLETE	1		/* add autocompletion support */  #define CONFIG_LOADADDR		0x1000000	/* default location for tftp and bootm */ diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index d256a6036..9da845d9a 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -415,7 +415,6 @@ extern unsigned long get_board_ddr_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 */  #define CONFIG_CMDLINE_EDITING	1		/* add command line history	*/  #define CONFIG_AUTO_COMPLETE	1		/* add autocompletion support */  #define CONFIG_LOADADDR		0x1000000	/* default location for tftp and bootm */ diff --git a/include/configs/xpedite550x.h b/include/configs/xpedite550x.h index bf54ef625..4137cc920 100644 --- a/include/configs/xpedite550x.h +++ b/include/configs/xpedite550x.h @@ -400,7 +400,6 @@ extern unsigned long get_board_ddr_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 */  #define CONFIG_CMDLINE_EDITING	1		/* add command line history	*/  #define CONFIG_AUTO_COMPLETE	1		/* add autocompletion support */  #define CONFIG_LOADADDR		0x1000000	/* default location for tftp and bootm */ diff --git a/include/configs/zeus.h b/include/configs/zeus.h index 9cfd9bb14..9d58738ce 100644 --- a/include/configs/zeus.h +++ b/include/configs/zeus.h @@ -137,8 +137,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_LOADS_ECHO	1	/* echo on for serial download	*/  #define CONFIG_SYS_LOADS_BAUD_CHANGE	1	/* allow baudrate change	*/ diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index 765b849e2..2e7f14586 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -12,7 +12,6 @@  #define CONFIG_ARM926EJS			/* arm926ejs CPU core */  #define CONFIG_MX25 -#define CONFIG_SYS_HZ			1000  #define CONFIG_SYS_TEXT_BASE		0xA0000000  #define CONFIG_MACH_TYPE	MACH_TYPE_ZMX25 diff --git a/include/configs/zynq.h b/include/configs/zynq.h index b9f381f64..4c6e6e8f6 100644 --- a/include/configs/zynq.h +++ b/include/configs/zynq.h @@ -12,7 +12,6 @@  /* CPU clock */  #define CONFIG_CPU_FREQ_HZ	800000000 -#define CONFIG_SYS_HZ		1000  /* Ram */  #define CONFIG_NR_DRAM_BANKS		1 |