summaryrefslogtreecommitdiff
path: root/include/asm-ppc/immap_qe.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-03-08 22:42:44 +0100
committerWolfgang Denk <wd@denx.de>2007-03-08 22:42:44 +0100
commit37896293bc991bddb75ccac887b54e9a61f36320 (patch)
tree0c51c9b1254d3805323299f433e3ea7b1d0e281c /include/asm-ppc/immap_qe.h
parent769104c9356594deb2092e204a39c05b33202d6c (diff)
parent781e026c8aa6f7e9eb5f0e72cc4d20971219b148 (diff)
downloadu-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/asm-ppc/immap_qe.h')
-rw-r--r--include/asm-ppc/immap_qe.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/immap_qe.h b/include/asm-ppc/immap_qe.h
index f385032..950b949 100644
--- a/include/asm-ppc/immap_qe.h
+++ b/include/asm-ppc/immap_qe.h
@@ -547,4 +547,10 @@ typedef struct qe_immap {
extern qe_map_t *qe_immr;
+#if defined(CONFIG_MPC8360)
+#define QE_MURAM_SIZE 0xc000UL
+#elif defined(CONFIG_MPC832X)
+#define QE_MURAM_SIZE 0x4000UL
+#endif
+
#endif /* __IMMAP_QE_H__ */