summaryrefslogtreecommitdiffstats
path: root/drivers/qe/qe.h
diff options
context:
space:
mode:
authorDave Liu <r63238@freescale.com>2006-12-07 21:13:15 +0800
committerKim Phillips <kim.phillips@freescale.com>2007-03-02 11:05:53 -0600
commit24c3aca3f1358b113d3215adb5433b156e99f72b (patch)
tree2c26f80e59392102aae4326b857df037da9ddeff /drivers/qe/qe.h
parente080313c32322e15ab5a18eb896a252858c57284 (diff)
downloadblackbird-obmc-uboot-24c3aca3f1358b113d3215adb5433b156e99f72b.tar.gz
blackbird-obmc-uboot-24c3aca3f1358b113d3215adb5433b156e99f72b.zip
mpc83xx: Add support for the MPC832XEMDS board
This patch supports DUART, ETH3/4 and PCI etc. Signed-off-by: Dave Liu <daveliu@freescale.com>
Diffstat (limited to 'drivers/qe/qe.h')
-rw-r--r--drivers/qe/qe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/qe/qe.h b/drivers/qe/qe.h
index f7f8ed0a72..0bcd0a9573 100644
--- a/drivers/qe/qe.h
+++ b/drivers/qe/qe.h
@@ -30,7 +30,7 @@
#define UCC_MAX_NUM 8
#define QE_DATAONLY_BASE (uint)(128)
-#define QE_DATAONLY_SIZE ((uint)(0xc000) - QE_DATAONLY_BASE)
+#define QE_DATAONLY_SIZE (QE_MURAM_SIZE - QE_DATAONLY_BASE)
/* QE threads SNUM
*/
OpenPOWER on IntegriCloud