
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 marex@denx.de Cc: Dinh Nguyen dinguyen@opensource.altera.com
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