summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb b/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb
index 6bf9ba9a..0bcbffd8 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb
@@ -2,11 +2,13 @@ include u-boot-xlnx.inc
2include u-boot-extra.inc 2include u-boot-extra.inc
3include u-boot-spl-zynq-init.inc 3include u-boot-spl-zynq-init.inc
4 4
5# this matches u-boot-xlnx 'xilinx-v2015.2' release tag
5SRCREV = "1160fbcc619f23bf87cde01ed651566474e17eb9" 6SRCREV = "1160fbcc619f23bf87cde01ed651566474e17eb9"
6PV = "v2015.04${XILINX_EXTENSION}+git${SRCPV}" 7PV = "v2015.04${XILINX_EXTENSION}+git${SRCPV}"
7 8
8FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" 9FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:"
9SRC_URI += " \ 10SRC_URI += " \
11 file://ARM-zynq-Fix-up-the-target-file-name-for-u-boot.patch \
10 file://zynq-Add-Zynq-PicoZed-board-support.patch \ 12 file://zynq-Add-Zynq-PicoZed-board-support.patch \
11 file://microblaze-Fix-EMAC-Lite-initialization.patch \ 13 file://microblaze-Fix-EMAC-Lite-initialization.patch \
12 file://microblaze-generic_defconfig-Disable-configs.patch \ 14 file://microblaze-generic_defconfig-Disable-configs.patch \
@@ -26,10 +28,3 @@ SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt"
26UBOOT_MACHINE_zc702-zynq7 = "zynq_zc70x_config" 28UBOOT_MACHINE_zc702-zynq7 = "zynq_zc70x_config"
27UBOOT_MACHINE_zc706-zynq7 = "zynq_zc70x_config" 29UBOOT_MACHINE_zc706-zynq7 = "zynq_zc70x_config"
28 30
29do_compile_append() {
30 # link u-boot-dtb.img to u-boot.img.
31 if [ ! -e ${B}/u-boot-dtb.img ]; then
32 ln -sf u-boot.img ${B}/u-boot-dtb.img
33 fi
34}
35