commit | 20a07395141e9a93b34b49d4eace6342f26ced61 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 25 08:22:21 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:04 2015 +0200 |
tree | 21c951b39b254a3d77bc2f0be5d9bb9b81aca240 | |
parent | 79021fc37e4e7e2da59deee819ce0ea72a0707da [diff] |
arm: socfpga: Move generated files into qts subdir 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>
diff --git a/board/altera/socfpga/Makefile b/board/altera/socfpga/Makefile index c867f73..d960394 100644 --- a/board/altera/socfpga/Makefile +++ b/board/altera/socfpga/Makefile
@@ -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 index 0000000..dbcedd8 --- /dev/null +++ b/board/altera/socfpga/qts/Makefile
@@ -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
diff --git a/board/altera/socfpga/iocsr_config.c b/board/altera/socfpga/qts/iocsr_config.c similarity index 100% rename from board/altera/socfpga/iocsr_config.c rename to board/altera/socfpga/qts/iocsr_config.c
diff --git a/board/altera/socfpga/iocsr_config.h b/board/altera/socfpga/qts/iocsr_config.h similarity index 100% rename from board/altera/socfpga/iocsr_config.h rename to board/altera/socfpga/qts/iocsr_config.h
diff --git a/board/altera/socfpga/pinmux_config.c b/board/altera/socfpga/qts/pinmux_config.c similarity index 100% rename from board/altera/socfpga/pinmux_config.c rename to board/altera/socfpga/qts/pinmux_config.c
diff --git a/board/altera/socfpga/pinmux_config.h b/board/altera/socfpga/qts/pinmux_config.h similarity index 100% rename from board/altera/socfpga/pinmux_config.h rename to board/altera/socfpga/qts/pinmux_config.h
diff --git a/board/altera/socfpga/pll_config.h b/board/altera/socfpga/qts/pll_config.h similarity index 100% rename from board/altera/socfpga/pll_config.h rename to board/altera/socfpga/qts/pll_config.h