[U-Boot] [PATCH 1/3] at91: Defined main clock frequency on esd at91 boards
Wolfgang Denk
wd at denx.de
Thu Jul 15 23:24:01 CEST 2010
Dear Daniel Gorsulowski,
In message <12785794721539-git-send-email-Daniel.Gorsulowski at esd.eu> you wrote:
> Autodetection is undesired now
>
> Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski at esd.eu>
> ---
> include/configs/meesc.h | 9 +++++----
> include/configs/otc570.h | 1 +
> 2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/include/configs/meesc.h b/include/configs/meesc.h
> index e085f4a..d3cc582 100644
> --- a/include/configs/meesc.h
> +++ b/include/configs/meesc.h
> @@ -1,12 +1,12 @@
> /*
> + * (C) Copyright 2010
> + * Daniel Gorsulowski <daniel.gorsulowski at esd.eu>
> + * esd electronic system design gmbh <www.esd.eu>
> + *
> * (C) Copyright 2007-2008
> * Stelian Pop <stelian.pop at leadtechdesign.com>
> * Lead Tech Design <www.leadtechdesign.com>
> *
> - * (C) Copyright 2009
> - * Daniel Gorsulowski <daniel.gorsulowski at esd.eu>
> - * esd electronic system design gmbh <www.esd.eu>
> - *
> * Configuation settings for the esd MEESC board.
> *
> * See file CREDITS for list of people who contributed to this
> @@ -38,6 +38,7 @@
> #define CONFIG_MEESC 1 /* Board is esd MEESC */
> #define CONFIG_ARM926EJS 1 /* This is an ARM926EJS Core */
> #define CONFIG_AT91SAM9263 1 /* It's an AT91SAM9263 SoC */
> +#define CONFIG_SYS_AT91_MAIN_CLOCK 16000000/* 16.0 MHz crystal */
> #define CONFIG_DISPLAY_BOARDINFO 1
> #define CONFIG_DISPLAY_CPUINFO 1 /* display cpu info and speed */
> #define CONFIG_PREBOOT /* enable preboot variable */
Please feel free to change the year (2009 => 2009-2010), but please do
not start a major reordering of copyrighjt information for a single
line addition!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"More software projects have gone awry for lack of calendar time than
for all other causes combined."
- Fred Brooks, Jr., _The Mythical Man Month_
More information about the U-Boot
mailing list