From: Tingting Meng <tingting.m...@altera.com> Add config header file for new platform Agilex7 M-series.
Signed-off-by: Tingting Meng <tingting.m...@altera.com> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yusla...@altera.com> --- include/configs/socfpga_agilex7m_socdk.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/configs/socfpga_agilex7m_socdk.h diff --git a/include/configs/socfpga_agilex7m_socdk.h b/include/configs/socfpga_agilex7m_socdk.h new file mode 100644 index 00000000000..deff70ee67a --- /dev/null +++ b/include/configs/socfpga_agilex7m_socdk.h @@ -0,0 +1,12 @@ +/* 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__ */ -- 2.35.3