mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
380477f1d1
Move Stratix10 and Agilex common CONFIGs to socfpga_soc64_common.h. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
12 lines
274 B
C
12 lines
274 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (C) 2017-2019 Intel Corporation <www.intel.com>
|
|
*
|
|
*/
|
|
|
|
#ifndef __CONFIG_SOCFGPA_STRATIX10_H__
|
|
#define __CONFIG_SOCFGPA_STRATIX10_H__
|
|
|
|
#include <configs/socfpga_soc64_common.h>
|
|
|
|
#endif /* __CONFIG_SOCFGPA_STRATIX10_H__ */
|