summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC837XEMDS.h
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-05-29 18:14:56 +0400
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-06-10 18:22:25 -0500
commitc8c5fc266e4499e283c293ccb972863156aa4134 (patch)
tree1a5c26b92c3c663d672fe89127b18a566d382712 /include/configs/MPC837XEMDS.h
parent42dbd667c88d496882d53e22656e89b654205492 (diff)
downloadblackbird-obmc-uboot-c8c5fc266e4499e283c293ccb972863156aa4134.tar.gz
blackbird-obmc-uboot-c8c5fc266e4499e283c293ccb972863156aa4134.zip
83xx/85xx: further localbus cleanups
Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'include/configs/MPC837XEMDS.h')
-rw-r--r--include/configs/MPC837XEMDS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h
index 4e159a0b46..0dd02795a6 100644
--- a/include/configs/MPC837XEMDS.h
+++ b/include/configs/MPC837XEMDS.h
@@ -239,7 +239,7 @@
#define CFG_OR0_PRELIM ( (~(CFG_FLASH_SIZE - 1) << 20) \
| OR_UPM_XAM \
| OR_GPCM_CSNT \
- | OR_GPCM_ACS_0b11 \
+ | OR_GPCM_ACS_DIV2 \
| OR_GPCM_XACS \
| OR_GPCM_SCY_15 \
| OR_GPCM_TRLX \
OpenPOWER on IntegriCloud