]> Git Repo - J-u-boot.git/commit
arm: socfpga: Move generated files into qts subdir
authorMarek Vasut <[email protected]>
Sat, 25 Jul 2015 06:22:21 +0000 (08:22 +0200)
committerMarek Vasut <[email protected]>
Sat, 8 Aug 2015 12:14:04 +0000 (14:14 +0200)
commit9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca
tree21c951b39b254a3d77bc2f0be5d9bb9b81aca240
parent2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b
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 <[email protected]>
Cc: Dinh Nguyen <[email protected]>
14 files changed:
board/altera/socfpga/Makefile
board/altera/socfpga/iocsr_config.c [deleted file]
board/altera/socfpga/iocsr_config.h [deleted file]
board/altera/socfpga/pinmux_config.c [deleted file]
board/altera/socfpga/pinmux_config.h [deleted file]
board/altera/socfpga/pll_config.h [deleted file]
board/altera/socfpga/qts/Makefile [new file with mode: 0644]
board/altera/socfpga/qts/iocsr_config.c [new file with mode: 0644]
board/altera/socfpga/qts/iocsr_config.h [new file with mode: 0644]
board/altera/socfpga/qts/pinmux_config.c [new file with mode: 0644]
board/altera/socfpga/qts/pinmux_config.h [new file with mode: 0644]
board/altera/socfpga/qts/pll_config.h [new file with mode: 0644]
include/configs/socfpga_arria5.h
include/configs/socfpga_cyclone5.h
This page took 0.032087 seconds and 4 git commands to generate.