[meta-xilinx] [meta-xilinx-bsp][PATCH] u-boot-xlnx.inc: Remove deploying u-boot-spl.bin for runqemu

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Fri May 25 12:18:29 PDT 2018


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 <manjukumar.harthikote-matha at xilinx.com>
---
 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 ec42181..689249f 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
-}
-- 
2.7.4



More information about the meta-xilinx mailing list