mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00

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>
12 lines
263 B
C
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__ */
|