mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-29 23:41:52 +01:00
85xx: Added CONFIG_MAX_CPUS for P1020
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
76b474e2f5
commit
3b1f243b8d
@ -38,8 +38,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_MPC8572) || defined(CONFIG_P2020) \
|
#if defined(CONFIG_MPC8572) || defined(CONFIG_P1020) || \
|
||||||
|| defined(CONFIG_MPC8641)
|
defined(CONFIG_P2020) || defined(CONFIG_MPC8641)
|
||||||
#define CONFIG_MAX_CPUS 2
|
#define CONFIG_MAX_CPUS 2
|
||||||
#else
|
#else
|
||||||
#define CONFIG_MAX_CPUS 1
|
#define CONFIG_MAX_CPUS 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user