diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-03-08 22:42:44 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-08 22:42:44 +0100 |
commit | 37896293bc991bddb75ccac887b54e9a61f36320 (patch) | |
tree | 0c51c9b1254d3805323299f433e3ea7b1d0e281c /include/configs/TQM834x.h | |
parent | 769104c9356594deb2092e204a39c05b33202d6c (diff) | |
parent | 781e026c8aa6f7e9eb5f0e72cc4d20971219b148 (diff) | |
download | u-boot-imx-37896293bc991bddb75ccac887b54e9a61f36320.zip u-boot-imx-37896293bc991bddb75ccac887b54e9a61f36320.tar.gz u-boot-imx-37896293bc991bddb75ccac887b54e9a61f36320.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 728083b..ed03577 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -57,17 +57,6 @@ */ #define CFG_LCRR (LCRR_DBYP | LCRR_CLKDIV_8) -#define CFG_SCCR_INIT (SCCR_DEFAULT & (~SCCR_CLK_MASK)) -#define CFG_SCCR_TSEC1CM SCCR_TSEC1CM_1 /* TSEC1 clock setting */ -#define CFG_SCCR_TSEC2CM SCCR_TSEC2CM_1 /* TSEC2 clock setting */ -#define CFG_SCCR_ENCCM SCCR_ENCCM_3 /* ENC clock setting */ -#define CFG_SCCR_USBCM SCCR_USBCM_3 /* USB clock setting */ -#define CFG_SCCR_VAL ( CFG_SCCR_INIT \ - | CFG_SCCR_TSEC1CM \ - | CFG_SCCR_TSEC2CM \ - | CFG_SCCR_ENCCM \ - | CFG_SCCR_USBCM ) - /* board pre init: do not call, nothing to do */ #undef CONFIG_BOARD_EARLY_INIT_F |