
From: Wan Yee Lau wan.yee.lau@intel.com
Add config header file for new platform Agilex7 M-series.
Signed-off-by: Wan Yee Lau wan.yee.lau@intel.com Signed-off-by: Teik Heng Chong teik.heng.chong@intel.com Signed-off-by: Tingting Meng tingting.meng@intel.com --- .../{socfpga_agilex5_socdk.h => socfpga_agilex7m_socdk.h} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) copy include/configs/{socfpga_agilex5_socdk.h => socfpga_agilex7m_socdk.h} (55%)
diff --git a/include/configs/socfpga_agilex5_socdk.h b/include/configs/socfpga_agilex7m_socdk.h similarity index 55% copy from include/configs/socfpga_agilex5_socdk.h copy to include/configs/socfpga_agilex7m_socdk.h index b5b5bd767f..433556804e 100644 --- a/include/configs/socfpga_agilex5_socdk.h +++ b/include/configs/socfpga_agilex7m_socdk.h @@ -4,9 +4,9 @@ * */
-#ifndef __CONFIG_SOCFGPA_AGILEX5_H__ -#define __CONFIG_SOCFGPA_AGILEX5_H__ +#ifndef __CONFIG_SOCFGPA_AGILEX7M_H__ +#define __CONFIG_SOCFGPA_AGILEX7M_H__
#include <configs/socfpga_soc64_common.h>
-#endif /* __CONFIG_SOCFGPA_AGILEX5_H__ */ +#endif /* __CONFIG_SOCFGPA_AGILEX7M_H__ */