mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
Use Kconfig instead of defining this macro in header file. Signed-off-by: York Sun <york.sun@nxp.com>
13 lines
228 B
C
13 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_ */
|