diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-05-22 15:51:37 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-05-28 00:32:29 -0700 |
commit | b287bf532a703504e443fe2b2bd3b6546d4f478e (patch) | |
tree | 4647a1d53d5ac800a871e7366c9e9565b10aaac5 | |
parent | 9ce8262e366c597b11c47064e0ff7cb00e253d61 (diff) | |
download | meta-xilinx-b287bf532a703504e443fe2b2bd3b6546d4f478e.tar.gz |
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 <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | 6 |
1 files changed, 0 insertions, 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:" | |||
18 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | 18 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" |
19 | FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}" | 19 | FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}" |
20 | 20 | ||
21 | do_deploy_append_zcu102-zynqmp () { | ||
22 | # deploy u-boot-spl.bin for use by runqemu/QEMU | ||
23 | if [ -e ${B}/spl/u-boot-spl.bin ];then | ||
24 | install -Dm 0644 ${B}/spl/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl.bin | ||
25 | fi | ||
26 | } | ||