From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 3 Aug 2015 17:57:49 +0200 Subject: [U-Boot] [PATCH] arm: socfpga: Move generated files into qts subdir In-Reply-To: <1438030049-10269-1-git-send-email-marex@denx.de> References: <1438030049-10269-1-git-send-email-marex@denx.de> Message-ID: <201508031757.50068.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, July 27, 2015 at 10:47:29 PM, Marek Vasut wrote: > 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 > Cc: Dinh Nguyen > --- > board/altera/socfpga/Makefile | 2 +- > board/altera/socfpga/qts/Makefile | 7 +++++++ > board/altera/socfpga/{ => qts}/iocsr_config.c | 0 > board/altera/socfpga/{ => qts}/iocsr_config.h | 0 > board/altera/socfpga/{ => qts}/pinmux_config.c | 0 > board/altera/socfpga/{ => qts}/pinmux_config.h | 0 > board/altera/socfpga/{ => qts}/pll_config.h | 0 > include/configs/socfpga_arria5.h | 6 +++--- > include/configs/socfpga_cyclone5.h | 6 +++--- > 9 files changed, 14 insertions(+), 7 deletions(-) > create mode 100644 board/altera/socfpga/qts/Makefile > rename board/altera/socfpga/{ => qts}/iocsr_config.c (100%) > rename board/altera/socfpga/{ => qts}/iocsr_config.h (100%) > rename board/altera/socfpga/{ => qts}/pinmux_config.c (100%) > rename board/altera/socfpga/{ => qts}/pinmux_config.h (100%) > rename board/altera/socfpga/{ => qts}/pll_config.h (100%) Applied to u-boot-socfpga/master . Best regards, Marek Vasut