diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-07-24 20:34:29 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-07-24 20:34:29 +0200 |
| commit | 07c9cd81170335307a3090add3cd37147d29482e (patch) | |
| tree | e5e98dc33dc17399ad16d85d6df1c36d44e22889 /arch/powerpc/include/asm/config.h | |
| parent | 8024ac7a61f235b5444eac1ce0271d86e05d04de (diff) | |
| parent | 96623171423a94092cde80642328fda58a92c894 (diff) | |
| download | olio-uboot-2014.01-07c9cd81170335307a3090add3cd37147d29482e.tar.xz olio-uboot-2014.01-07c9cd81170335307a3090add3cd37147d29482e.zip | |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'arch/powerpc/include/asm/config.h')
| -rw-r--r-- | arch/powerpc/include/asm/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index d88c282f7..f70699de2 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -44,8 +44,12 @@ defined(CONFIG_P1021) || defined(CONFIG_P1022) || \ defined(CONFIG_P2020) || defined(CONFIG_MPC8641) #define CONFIG_MAX_CPUS 2 +#elif defined(CONFIG_PPC_P3041) +#define CONFIG_MAX_CPUS 4 #elif defined(CONFIG_PPC_P4080) #define CONFIG_MAX_CPUS 8 +#elif defined(CONFIG_PPC_P5020) +#define CONFIG_MAX_CPUS 2 #else #define CONFIG_MAX_CPUS 1 #endif |