summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index bb50e1e9..e1f1972e 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -196,12 +196,12 @@ uboot_install:append () {
196} 196}
197 197
198do_deploy:append:k3r5 () { 198do_deploy:append:k3r5 () {
199 rm ${DEPLOYDIR}/u-boot-initial-env* || true 199 rm -f ${DEPLOYDIR}/u-boot-initial-env*
200 rm ${DEPLOYDIR}/${PN}-initial-env* || true 200 rm -f ${DEPLOYDIR}/${PN}-initial-env*
201 rm ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}* || true 201 rm -f ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}*
202 rm ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}* || true 202 rm -f ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}*
203 rm ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}-${PV}-${PR}* || true 203 rm -f ${DEPLOYDIR}/u-boot-initial-env-${MACHINE}-${PV}-${PR}*
204 rm ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}-${PV}-${PR}* || true 204 rm -f ${DEPLOYDIR}/${PN}-initial-env-${MACHINE}-${PV}-${PR}*
205} 205}
206 206
207uboot_deploy_config:append:k3r5 () { 207uboot_deploy_config:append:k3r5 () {