diff options
| author | Gerlando Falauto <gerlando.falauto@keymile.com> | 2012-10-10 22:13:08 +0000 |
|---|---|---|
| committer | Kim Phillips <kim.phillips@freescale.com> | 2012-10-23 15:23:26 -0500 |
| commit | a88731a6c23113c713351847d019d23df46f26d7 (patch) | |
| tree | 3ae3bfdbc2f2fd09a88976856a968b56a2e77e2f /arch/powerpc/include/asm/immap_qe.h | |
| parent | 8afad91f15880d34c7456159209b26918977c400 (diff) | |
| download | olio-uboot-2014.01-a88731a6c23113c713351847d019d23df46f26d7.tar.xz olio-uboot-2014.01-a88731a6c23113c713351847d019d23df46f26d7.zip | |
mpc83xx: add support for mpc8309
This processor, though very similar to other members of the
PowerQUICC II Pro family (namely 8308, 8360 and 832x), provides
yet another feature set than any supported sibling.
Signed-off-by: Gerlando Falauto <gerlando.falauto@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/immap_qe.h')
| -rw-r--r-- | arch/powerpc/include/asm/immap_qe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/immap_qe.h b/arch/powerpc/include/asm/immap_qe.h index 9be9dca1f..f0b989a3b 100644 --- a/arch/powerpc/include/asm/immap_qe.h +++ b/arch/powerpc/include/asm/immap_qe.h @@ -20,7 +20,7 @@ #define QE_MURAM_SIZE 0xc000UL #define MAX_QE_RISC 2 #define QE_NUM_OF_SNUM 28 -#elif defined(CONFIG_MPC832x) +#elif defined(CONFIG_MPC832x) || defined(CONFIG_MPC8309) #define QE_MURAM_SIZE 0x4000UL #define MAX_QE_RISC 1 #define QE_NUM_OF_SNUM 28 |