diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:37:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:37:59 +0200 |
commit | 4b96cb6777d1dd9e69eabf14d41d3bb4bfc908ba (patch) | |
tree | 9234d73244c7aff7651a2d443b9af56f6f7dce47 /include/configs/r2dplus.h | |
parent | 17f098bd4adb4bfa184db794f36b0b9c5a8577dc (diff) | |
parent | ed01c4f59ddda1cb898d86c1ac0945c756ab88c2 (diff) | |
download | u-boot-imx-4b96cb6777d1dd9e69eabf14d41d3bb4bfc908ba.zip u-boot-imx-4b96cb6777d1dd9e69eabf14d41d3bb4bfc908ba.tar.gz u-boot-imx-4b96cb6777d1dd9e69eabf14d41d3bb4bfc908ba.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/r2dplus.h')
-rw-r--r-- | include/configs/r2dplus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 37d4fff..8931b97 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -80,8 +80,8 @@ * SuperH Clock setting */ #define CONFIG_SYS_CLK_FREQ 60000000 -#define TMU_CLK_DIVIDER 4 -#define CONFIG_SYS_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) +#define CONFIG_SYS_TMU_CLK_DIV 4 +#define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */ /* |