]> git.ipfire.org Git - people/ms/u-boot.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)
committerMarek Vasut <marex@denx.de>
Sun, 23 Aug 2015 09:56:19 +0000 (11:56 +0200)
commitca62d2e1fca4e89b1e15e6bdc634f6ef39a7360d
tree881c4dc1ee4b28fe1c36cb202d7f197fff7c6f0a
parentc2624240dd9321b0fd86dba5ecf75d7a73974796
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