summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_agilex_socdk.h
diff options
context:
space:
mode:
authorLey Foon Tan <ley.foon.tan@intel.com>2019-11-27 10:55:32 +0300
committerMarek Vasut <marex@denx.de>2020-01-07 16:38:34 +0300
commita76b711deab28ff6f9436908116c2506115916e5 (patch)
treea4693f978bffabc34023bd3f7c5c41aceb98f590 /include/configs/socfpga_agilex_socdk.h
parent380477f1d19b73e2bf7fe5199e45e0951ee6640e (diff)
downloadu-boot-a76b711deab28ff6f9436908116c2506115916e5.tar.xz
arm: socfpga: agilex: Enable Agilex SoC build
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>
Diffstat (limited to 'include/configs/socfpga_agilex_socdk.h')
-rw-r--r--include/configs/socfpga_agilex_socdk.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/socfpga_agilex_socdk.h b/include/configs/socfpga_agilex_socdk.h
new file mode 100644
index 0000000000..4eede7c84b
--- /dev/null
+++ b/include/configs/socfpga_agilex_socdk.h
@@ -0,0 +1,12 @@
+/* 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__ */