mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
a76b711dea
Add build support for Agilex SoC. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
12 lines
260 B
C
12 lines
260 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (C) 2019 Intel Corporation <www.intel.com>
|
|
*
|
|
*/
|
|
|
|
#ifndef __CONFIG_SOCFGPA_AGILEX_H__
|
|
#define __CONFIG_SOCFGPA_AGILEX_H__
|
|
|
|
#include <configs/socfpga_soc64_common.h>
|
|
|
|
#endif /* __CONFIG_SOCFGPA_AGILEX_H__ */
|