diff options
author | Wolfgang Denk <wd@denx.de> | 2009-09-30 23:22:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-30 23:22:46 +0200 |
commit | 37d416324b657f38822f88314f2c7f7804405f02 (patch) | |
tree | 72edd5ebf42e63806d3c5ffd21ba7bffa0e67d49 /include/configs/TQM834x.h | |
parent | d3909d74ccde4ce465006ead669d0d7b54177fb2 (diff) | |
parent | c7190f028fa950d4d36b6d0b4bb3fc72602ec54c (diff) | |
download | u-boot-imx-37d416324b657f38822f88314f2c7f7804405f02.zip u-boot-imx-37d416324b657f38822f88314f2c7f7804405f02.tar.gz u-boot-imx-37d416324b657f38822f88314f2c7f7804405f02.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index da08b7c..4c909e6 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -52,7 +52,8 @@ * External Local Bus rate is * CLKIN * HRCWL_CSB_TO_CLKIN / HRCWL_LCL_BUS_TO_SCB_CLK / LCRR_CLKDIV */ -#define CONFIG_SYS_LCRR (LCRR_DBYP | LCRR_CLKDIV_8) +#define CONFIG_SYS_LCRR_DBYP LCRR_DBYP +#define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_8 /* board pre init: do not call, nothing to do */ #undef CONFIG_BOARD_EARLY_INIT_F |