From: Tingting Meng Date: Mon, 4 Aug 2025 01:24:52 +0000 (-0700) Subject: include: configs: Add config header file for Agilex7 M-series X-Git-Tag: v2025.10-rc2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64130138aa743e1508f275c56593b85168b53a2;p=pandora-u-boot.git include: configs: Add config header file for Agilex7 M-series Add config header file for new platform Agilex7 M-series. Signed-off-by: Tingting Meng Signed-off-by: Alif Zakuan Yuslaimi Reviewed-by: Tien Fong Chee --- 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 + * + */ + +#ifndef __CONFIG_SOCFGPA_AGILEX7M_H__ +#define __CONFIG_SOCFGPA_AGILEX7M_H__ + +#include + +#endif /* __CONFIG_SOCFGPA_AGILEX7M_H__ */