diff options
author | Dave Liu <r63238@freescale.com> | 2006-12-07 21:13:15 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-03-02 11:05:53 -0600 |
commit | 24c3aca3f1358b113d3215adb5433b156e99f72b (patch) | |
tree | 2c26f80e59392102aae4326b857df037da9ddeff /include/asm-ppc/immap_qe.h | |
parent | e080313c32322e15ab5a18eb896a252858c57284 (diff) | |
download | u-boot-imx-24c3aca3f1358b113d3215adb5433b156e99f72b.zip u-boot-imx-24c3aca3f1358b113d3215adb5433b156e99f72b.tar.gz u-boot-imx-24c3aca3f1358b113d3215adb5433b156e99f72b.tar.bz2 |
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 'include/asm-ppc/immap_qe.h')
-rw-r--r-- | include/asm-ppc/immap_qe.h | 6 |
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__ */ |