blob: 694b110302d5c4c517442e4ade3b26ecd6d9a76a [file] [log] [blame]
Kumar Galafe137112011-01-19 03:05:26 -06001/*
2 * Copyright 2011 Freescale Semiconductor, Inc.
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Kumar Galafe137112011-01-19 03:05:26 -06005 */
6
7#ifndef _ASM_MPC86xx_CONFIG_H_
8#define _ASM_MPC86xx_CONFIG_H_
9
10/* SoC specific defines for Freescale MPC86xx processors */
11
12#if defined(CONFIG_MPC8610)
13#define CONFIG_MAX_CPUS 1
14#define CONFIG_SYS_FSL_NUM_LAWS 10
15
Wolfgang Denka4de8352011-02-02 22:36:10 +010016#elif defined(CONFIG_MPC8641)
Kumar Galafe137112011-01-19 03:05:26 -060017#define CONFIG_MAX_CPUS 2
18#define CONFIG_SYS_FSL_NUM_LAWS 10
19
20#else
21#error Processor type not defined for this platform
22#endif
23
24#endif /* _ASM_MPC85xx_CONFIG_H_ */