Add config header file for new platform Agilex7 M-series. Signed-off-by: Tingting Meng <tingting.meng@altera.com> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
13 lines
268 B
C
13 lines
268 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (C) 2025 Altera Corporation <www.altera.com>
|
|
*
|
|
*/
|
|
|
|
#ifndef __CONFIG_SOCFGPA_AGILEX7M_H__
|
|
#define __CONFIG_SOCFGPA_AGILEX7M_H__
|
|
|
|
#include <configs/socfpga_soc64_common.h>
|
|
|
|
#endif /* __CONFIG_SOCFGPA_AGILEX7M_H__ */
|