From: Jan Viktorin Date: Tue, 14 Jul 2015 15:14:46 +0000 (+0200) Subject: zedboard: Generate BOOT.BIN automatically X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46d6a561be418e67c3f859f7d3e7461b2a663749;p=buildroot.git zedboard: Generate BOOT.BIN automatically The U-Boot v2015.07 builds working SPL without a manual intervention. The BOOT.BIN is generated from the standard SPL so no BR2_TARGET_UBOOT_SPL_NAME redefinition is needed. The SPL requires the u-boot-dtb.img file to boot properly. Signed-off-by: Jan Viktorin Signed-off-by: Thomas Petazzoni --- diff --git a/configs/zedboard_defconfig b/configs/zedboard_defconfig index 76688e9ff7..cd6436c2d5 100644 --- a/configs/zedboard_defconfig +++ b/configs/zedboard_defconfig @@ -19,8 +19,8 @@ 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://github.com/Xilinx/u-boot-xlnx.git" -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2014.1" -BR2_TARGET_UBOOT_FORMAT_IMG=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_FORMAT_DTB_IMG=y BR2_TARGET_UBOOT_SPL=y -BR2_TARGET_UBOOT_SPL_NAME="boot.bin" +BR2_TARGET_UBOOT_ZYNQ_IMAGE=y