configs: rename Zynq defconfig files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 3 Mar 2016 02:38:52 +0000 (11:38 +0900)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Mar 2016 16:40:43 +0000 (18:40 +0200)
commitc13f89668623adadeb9ca67b952d8f91352be4f2
treecbc33aa5f7caf4644f5ca4ab9b562c4122a84dae
parent78efe747c51b0e7068941fc2629b28031a9321f9
configs: rename Zynq defconfig files

These three are Zynq boards and the build procedure is almost the
same.  Having the SoC name prefix "zynq_" would be more consistent.
Also, this is the way in which the Linux Device Trees and the U-Boot
configuration files do.

This commit renames as follows:

   zedboard_defconfig     -> zynq_zed_defconfig
   microzed_defconfig     -> zynq_microzed_defconfig
   xilinx_zc706_defconfig -> zynq_zc706_defconfig

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/avnet/microzed/readme.txt
board/avnet/zedboard/readme.txt
board/xilinx/zc706/readme.txt
configs/microzed_defconfig [deleted file]
configs/xilinx_zc706_defconfig [deleted file]
configs/zedboard_defconfig [deleted file]
configs/zynq_microzed_defconfig [new file with mode: 0644]
configs/zynq_zc706_defconfig [new file with mode: 0644]
configs/zynq_zed_defconfig [new file with mode: 0644]