u-boot/include/configs/socfpga_agilex5_socdk.h
Jit Loon Lim 386fca6896 arch: arm: Agilex5 enablement
This patch is to enable Agilex5 platform for Intel
product. Changes, modification and new files are
created for board, dts, configs and makefile to
create the base for Agilex5.

Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>
2024-03-18 14:45:47 +08:00

12 lines
263 B
C

/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2024 Intel Corporation <www.intel.com>
*
*/
#ifndef __CONFIG_SOCFGPA_AGILEX5_H__
#define __CONFIG_SOCFGPA_AGILEX5_H__
#include <configs/socfpga_soc64_common.h>
#endif /* __CONFIG_SOCFGPA_AGILEX5_H__ */