forked from OERV-BSP/u-boot
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>
13 lines
263 B
C
13 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__ */
|