]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: zynq: drop legacy ps7_init.c/h support
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Apr 2015 07:50:50 +0000 (16:50 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:34 +0000 (22:31 +0200)
commit3aa24deb7c9d054445ca71edd07b90887500c1ee
tree80cb14fceeb923806d71219e4db4051162d98430
parent56032d48e25e0e64eccb6837b72d77f70b008f80
ARM: zynq: drop legacy ps7_init.c/h support

We are about to change the location for ps7_init files, breaking the
current work-flows.  It is good time to drop the legacy ps7_init.c/h
support.

Going forward, please use ps7_init_gpl.c/h all the time.
If you are still using old Xilinx tools that are only able to
generate ps7_init.c/h, rename them into ps7_init_gpl.c/h.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Suggested-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv7/zynq/spl.c
board/xilinx/zynq/.gitignore
board/xilinx/zynq/Makefile
board/xilinx/zynq/legacy.c [deleted file]