config_mpc86xx.h 497 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright 2011 Freescale Semiconductor, Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _ASM_MPC86xx_CONFIG_H_
  7. #define _ASM_MPC86xx_CONFIG_H_
  8. #define CONFIG_SYS_FSL_DDR_86XX
  9. /* SoC specific defines for Freescale MPC86xx processors */
  10. #if defined(CONFIG_ARCH_MPC8610)
  11. #define CONFIG_SYS_FSL_NUM_LAWS 10
  12. #elif defined(CONFIG_ARCH_MPC8641)
  13. #define CONFIG_SYS_FSL_NUM_LAWS 10
  14. #else
  15. #error Processor type not defined for this platform
  16. #endif
  17. #endif /* _ASM_MPC85xx_CONFIG_H_ */