]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: socfpga: Move generated files into qts subdir
authorMarek Vasut <marex@denx.de>
Sat, 25 Jul 2015 06:22:21 +0000 (08:22 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:19 +0000 (08:17 +0200)
Move all the files generated by Quartus into the qts/ subdir of the
board/altera/socfpga dir to make them explicitly separate from the
generic U-Boot code.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
board/altera/socfpga/Makefile
board/altera/socfpga/qts/Makefile [new file with mode: 0644]
board/altera/socfpga/qts/iocsr_config.c [moved from board/altera/socfpga/iocsr_config.c with 100% similarity]
board/altera/socfpga/qts/iocsr_config.h [moved from board/altera/socfpga/iocsr_config.h with 100% similarity]
board/altera/socfpga/qts/pinmux_config.c [moved from board/altera/socfpga/pinmux_config.c with 100% similarity]
board/altera/socfpga/qts/pinmux_config.h [moved from board/altera/socfpga/pinmux_config.h with 100% similarity]
board/altera/socfpga/qts/pll_config.h [moved from board/altera/socfpga/pll_config.h with 100% similarity]
include/configs/socfpga_arria5.h
include/configs/socfpga_cyclone5.h

index c867f73ff7eac7f12f0e93437aa9e4272cf5472a..d96039464b9780404cfbd1f165f147955ff1f0ac 100644 (file)
@@ -7,4 +7,4 @@
 #
 
 obj-y  := socfpga.o
-obj-$(CONFIG_SPL_BUILD) += pinmux_config.o iocsr_config.o
+obj-$(CONFIG_SPL_BUILD) += qts/
diff --git a/board/altera/socfpga/qts/Makefile b/board/altera/socfpga/qts/Makefile
new file mode 100644 (file)
index 0000000..dbcedd8
--- /dev/null
@@ -0,0 +1,7 @@
+#
+# (C) Copyright 2015 Marek Vasut <marex@denx.de>
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+obj-y += pinmux_config.o iocsr_config.o
index 7aee1ce315e4e84b05e76eaf10e5e2430a0f7970..e3c66b4b9da85b3fc111dcd7d91553477f935b58 100644 (file)
@@ -7,9 +7,9 @@
 #define __CONFIG_SOCFPGA_ARRIA5_H__
 
 #include <asm/arch/socfpga_base_addrs.h>
-#include "../../board/altera/socfpga/pinmux_config.h"
-#include "../../board/altera/socfpga/iocsr_config.h"
-#include "../../board/altera/socfpga/pll_config.h"
+#include "../../board/altera/socfpga/qts/pinmux_config.h"
+#include "../../board/altera/socfpga/qts/iocsr_config.h"
+#include "../../board/altera/socfpga/qts/pll_config.h"
 
 /* U-Boot Commands */
 #define CONFIG_SYS_NO_FLASH
index 87397bc13e8453624518784ce5a39a63808c3417..80d3f281f4da2562881268eb3c057008aaacb7a0 100644 (file)
@@ -5,9 +5,9 @@
  */
 
 #include <asm/arch/socfpga_base_addrs.h>
-#include "../../board/altera/socfpga/pinmux_config.h"
-#include "../../board/altera/socfpga/iocsr_config.h"
-#include "../../board/altera/socfpga/pll_config.h"
+#include "../../board/altera/socfpga/qts/pinmux_config.h"
+#include "../../board/altera/socfpga/qts/iocsr_config.h"
+#include "../../board/altera/socfpga/qts/pll_config.h"
 
 /* U-Boot Commands */
 #define CONFIG_SYS_NO_FLASH