From f64130138aa743e1508f275c56593b85168b53a2 Mon Sep 17 00:00:00 2001 From: Tingting Meng Date: Sun, 3 Aug 2025 18:24:52 -0700 Subject: [PATCH] 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 --- 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 + * + */ + +#ifndef __CONFIG_SOCFGPA_AGILEX7M_H__ +#define __CONFIG_SOCFGPA_AGILEX7M_H__ + +#include + +#endif /* __CONFIG_SOCFGPA_AGILEX7M_H__ */ -- 2.47.2