summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Viktorin <viktorin@rehivetech.com>2015-07-22 12:23:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-22 14:31:55 +0200
commit1f640a4e7a42667a88101f6ceb787fbb118a6acf (patch)
tree4c8934dee15c20dc07dec2dfaa212533297b018a
parent85904720aa07c5ae5bc4c8f2beb7d2b30d6cb45e (diff)
downloadbuildroot-1f640a4e7a42667a88101f6ceb787fbb118a6acf.tar.gz
buildroot-1f640a4e7a42667a88101f6ceb787fbb118a6acf.zip
zedboard: Switch to U-Boot 2015.07
The U-Boot v2015.07 is required for successful out-of-the-box build for common Xilinx Zynq boards (including Zedboard). Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--board/avnet/zedboard/readme.txt4
-rw-r--r--configs/zedboard_defconfig5
2 files changed, 4 insertions, 5 deletions
diff --git a/board/avnet/zedboard/readme.txt b/board/avnet/zedboard/readme.txt
index e0ce0249c0..0f72d0db6b 100644
--- a/board/avnet/zedboard/readme.txt
+++ b/board/avnet/zedboard/readme.txt
@@ -15,14 +15,14 @@ Steps to create a working system for Zedboard:
The expected output:
- U-Boot SPL 2015.07-rc2 (Jun 18 2015 - 16:42:58)
+ U-Boot SPL 2015.07 (Jul 22 2015 - 12:01:55)
mmc boot
reading system.dtb
spl_load_image_fat_os: error reading image system.dtb, err - -1
reading u-boot-dtb.img
reading u-boot-dtb.img
- U-Boot 2015.07-rc2 (Jun 18 2015 - 16:42:58 +0200)
+ U-Boot 2015.07 (Jul 22 2015 - 12:01:55 +0200)
Model: Zynq ZED Board
I2C: ready
diff --git a/configs/zedboard_defconfig b/configs/zedboard_defconfig
index 99720db2b4..761e32f3bd 100644
--- a/configs/zedboard_defconfig
+++ b/configs/zedboard_defconfig
@@ -18,9 +18,8 @@ BR2_TARGET_ROOTFS_CPIO_GZIP=y
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="zynq_zed"
-BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.denx.de/u-boot.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2015.07-rc2"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
BR2_TARGET_UBOOT_PATCH="$(TOPDIR)/board/avnet/zedboard/uboot"
BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y
BR2_TARGET_UBOOT_SPL=y
OpenPOWER on IntegriCloud