blob: 4f9b2252be671f1012cdd495d514ba2ecf7b5f55 [file] [log] [blame]
Kumar Gala243be8e2011-01-19 03:05:26 -06001/*
2 * Copyright 2011 Freescale Semiconductor, Inc.
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Kumar Gala243be8e2011-01-19 03:05:26 -06005 */
6
7#ifndef _ASM_MPC86xx_CONFIG_H_
8#define _ASM_MPC86xx_CONFIG_H_
9
York Sun5614e712013-09-30 09:22:09 -070010#define CONFIG_SYS_FSL_DDR_86XX
11
Kumar Gala243be8e2011-01-19 03:05:26 -060012/* SoC specific defines for Freescale MPC86xx processors */
13
14#if defined(CONFIG_MPC8610)
15#define CONFIG_MAX_CPUS 1
16#define CONFIG_SYS_FSL_NUM_LAWS 10
17
Wolfgang Denkd1a24f02011-02-02 22:36:10 +010018#elif defined(CONFIG_MPC8641)
Kumar Gala243be8e2011-01-19 03:05:26 -060019#define CONFIG_MAX_CPUS 2
20#define CONFIG_SYS_FSL_NUM_LAWS 10
21
22#else
23#error Processor type not defined for this platform
24#endif
25
26#endif /* _ASM_MPC85xx_CONFIG_H_ */