diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-07-06 21:17:24 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-07-06 21:17:24 +0200 |
commit | edd6cf20e1be63f84e0f5af0280473cf31f0e86c (patch) | |
tree | ab7783230633c42b703e898ed09f129a386dc6eb /include | |
parent | caaeaf925fe15f46c1d5c85c37330029c86e0f39 (diff) | |
download | u-boot-imx-edd6cf20e1be63f84e0f5af0280473cf31f0e86c.zip u-boot-imx-edd6cf20e1be63f84e0f5af0280473cf31f0e86c.tar.gz u-boot-imx-edd6cf20e1be63f84e0f5af0280473cf31f0e86c.tar.bz2 |
Fix timer problems on AMCC yucca board.
Set Timer Clock Select to use CPU clock as a timer input source.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/yucca.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/yucca.h b/include/configs/yucca.h index ee5a448..0e58e7e 100644 --- a/include/configs/yucca.h +++ b/include/configs/yucca.h @@ -243,7 +243,7 @@ #define CFG_LOAD_ADDR 0x100000 /* default load address */ #define CFG_EXTBDINFO 1 /* To use extended board_into (bd_t) */ -#define CFG_HZ 1 /* decrementer freq: 1 ms ticks */ +#define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */ /*----------------------------------------------------------------------- * FLASH related |