]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: Move wrappers into platform directory
authorMarek Vasut <marex@denx.de>
Sun, 2 Aug 2015 19:12:09 +0000 (21:12 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:30:34 +0000 (10:30 +0200)
commit1ba346c0fd0cccaa6d31e392e500293d5e4af27a
tree67ee10ae107565c622796ad8593e984efc56f969
parent3b3a3738882c7eb7f9cb2ea0c6d1c5a87433ed7b
arm: socfpga: Move wrappers into platform directory

Move the wrappers for QTS-generated files into platform directory
out of the board directory. The trick here is to add -I to CFLAGS
such that it points to the board directory in source tree and thus
the qts/ directory there is still reachable.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/Makefile
arch/arm/mach-socfpga/wrap_iocsr_config.c [moved from board/altera/socfpga/wrap_iocsr_config.c with 96% similarity]
arch/arm/mach-socfpga/wrap_pinmux_config.c [moved from board/altera/socfpga/wrap_pinmux_config.c with 97% similarity]
arch/arm/mach-socfpga/wrap_pll_config.c [moved from board/altera/socfpga/wrap_pll_config.c with 99% similarity]
arch/arm/mach-socfpga/wrap_sdram_config.c [moved from board/altera/socfpga/wrap_sdram_config.c with 98% similarity]
board/altera/socfpga/Makefile