From 575a71c6e36fe8c2cc9918d7b68efaa3fe5dc1fe Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 5 Aug 2020 21:49:39 +0200 Subject: meta: change to use libubootenv to provide u-boot-fw-utils The changes include: - Drop PREFERRED_PROVIDER_u-boot-fw-utils from machine conf. - Drop u-boot-toradex-fw-utils-tk1 recipe. - Drop fw_unlock_mmc.sh, that's not needed for libubootenv. - Drop reference to u-boot-toradex-initial-env.inc, that's been removed from BSP common layer. Related-to: ELB-2553 Signed-off-by: Ming Liu --- recipes-bsp/u-boot/files/fw_unlock_mmc.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 recipes-bsp/u-boot/files/fw_unlock_mmc.sh (limited to 'recipes-bsp/u-boot/files') diff --git a/recipes-bsp/u-boot/files/fw_unlock_mmc.sh b/recipes-bsp/u-boot/files/fw_unlock_mmc.sh deleted file mode 100644 index 86d941c..0000000 --- a/recipes-bsp/u-boot/files/fw_unlock_mmc.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Give fw_setenv mmcblk0boot0 write permissions -fw_setenv() { - echo 0 > /sys/block/mmcblk0boot0/force_ro - /sbin/fw_setenv "$@" - echo 1 > /sys/block/mmcblk0boot0/force_ro -} -- cgit v1.2.3