From b287bf532a703504e443fe2b2bd3b6546d4f478e Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Tue, 22 May 2018 15:51:37 -0700 Subject: u-boot-xlnx.inc: Remove deploying u-boot-spl.bin for runqemu Due to this change 54e2729ed43f82b8cfd96395fb68e447a9b60f86, zcu102 runqemu does not depend on u-boot-spl.bin. It requires just ATF and u-boot to be present. Hence deploying of u-boot-spl.bin is no longer required. Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc index ec421810..689249f2 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc @@ -18,9 +18,3 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}" -do_deploy_append_zcu102-zynqmp () { - # deploy u-boot-spl.bin for use by runqemu/QEMU - if [ -e ${B}/spl/u-boot-spl.bin ];then - install -Dm 0644 ${B}/spl/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl.bin - fi -} -- cgit v1.2.3-54-g00ecf