mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
54db3c20bd
Use Kconfig instead of defining this macro in header file. Signed-off-by: York Sun <york.sun@nxp.com>
12 lines
228 B
C
12 lines
228 B
C
/*
|
|
* Copyright 2011 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _ASM_MPC86xx_CONFIG_H_
|
|
#define _ASM_MPC86xx_CONFIG_H_
|
|
|
|
#define CONFIG_SYS_FSL_DDR_86XX
|
|
|
|
#endif /* _ASM_MPC85xx_CONFIG_H_ */
|