diff options
author | Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu> | 2010-01-20 08:00:11 +0100 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-01-23 08:15:50 -0600 |
commit | a3f3897bfda9b4729785bdd328b3b7f30417a67f (patch) | |
tree | ded9dced10adeea568982bf634b9dc7d3c00f537 /include/configs/meesc.h | |
parent | 7da692360414d07027c6cf564a15d79cd9dcf488 (diff) | |
download | u-boot-a3f3897bfda9b4729785bdd328b3b7f30417a67f.tar.gz |
at91: Enable slow master clock on meesc board
Normally the processor clock has a divisor of 2.
In some cases this this needs to be set to 4.
Check the user has set environment mdiv to 4 to change the divisor.
Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
Diffstat (limited to 'include/configs/meesc.h')
-rw-r--r-- | include/configs/meesc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/meesc.h b/include/configs/meesc.h index ab5cbca186..c3255fad64 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -48,6 +48,7 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SKIP_RELOCATE_UBOOT +#define CONFIG_MISC_INIT_R /* Call misc_init_r */ #define CONFIG_ARCH_CPU_INIT |