Re: [PATCH 2/2] openrisc: generic board cleanup
From: Franck Jullien <hidden>
Date: 2012-10-17 06:10:33
2012/10/16 Sascha Hauer [off-list ref]:
On Tue, Oct 16, 2012 at 09:54:56PM +0200, Franck Jullien wrote:quoted
Signed-off-by: Franck Jullien <redacted> --- arch/openrisc/boards/generic/config.h | 7 +++---- arch/openrisc/boards/generic/generic.c | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-)diff --git a/arch/openrisc/boards/generic/config.h b/arch/openrisc/boards/generic/config.h index 88d2929..95260cd 100644 --- a/arch/openrisc/boards/generic/config.h +++ b/arch/openrisc/boards/generic/config.h@@ -1,16 +1,15 @@ #ifndef _GENERIC_NAMES_H_ #define _GENERIC_NAMES_H_ -#define CONFIG_SYS_CLK_FREQ 20000000 +#define CONFIG_SYS_CLK_FREQ 50000000 -#define OPENRISC_TIMER_FREQ 20000000 +#define OPENRISC_TIMER_FREQ CONFIG_SYS_CLK_FREQThe timer frequency changes from 20MHz to 50MHz. Is this intended?
Yes it is, 50MHz is the frequency the CPU is running most of the time. However, it's not really important since this is a generic board. The important thing is that OPENRISC_TIMER_FREQ = CONFIG_SYS_CLK_FREQ.
Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
Franck. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox