summaryrefslogtreecommitdiff
path: root/board/avnet
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-03-03 11:38:52 +0900
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-31 18:40:43 +0200
commitc13f89668623adadeb9ca67b952d8f91352be4f2 (patch)
treecbc33aa5f7caf4644f5ca4ab9b562c4122a84dae /board/avnet
parent78efe747c51b0e7068941fc2629b28031a9321f9 (diff)
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>
Diffstat (limited to 'board/avnet')
-rw-r--r--board/avnet/microzed/readme.txt2
-rw-r--r--board/avnet/zedboard/readme.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/avnet/microzed/readme.txt b/board/avnet/microzed/readme.txt
index ab47069a7..d0fc5eec3 100644
--- a/board/avnet/microzed/readme.txt
+++ b/board/avnet/microzed/readme.txt
@@ -7,7 +7,7 @@ available from http://www.zedboard.org .
Steps to create a working system for Microzed:
-1) make microzed_defconfig
+1) make zynq_microzed_defconfig
2) make
3) copy files BOOT.BIN, u-boot-dtb.img, rootfs.cpio.uboot,
uImage, zynq-zed.dtb into your SD card
diff --git a/board/avnet/zedboard/readme.txt b/board/avnet/zedboard/readme.txt
index 0f72d0db6..01ef97c2c 100644
--- a/board/avnet/zedboard/readme.txt
+++ b/board/avnet/zedboard/readme.txt
@@ -7,7 +7,7 @@ available from http://www.zedboard.org .
Steps to create a working system for Zedboard:
-1) make zedboard_defconfig
+1) make zynq_zed_defconfig
2) make
3) copy files BOOT.BIN, u-boot-dtb.img, rootfs.cpio.uboot,
uImage, zynq-zed.dtb into your SD card