summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-tk1.conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-08-05 21:49:39 +0200
committerMing Liu <ming.liu@toradex.int>2020-08-06 18:29:37 +0000
commit575a71c6e36fe8c2cc9918d7b68efaa3fe5dc1fe (patch)
tree9b114c877e7778c730b912a68372eda5d09a8a35 /conf/machine/apalis-tk1.conf
parenta275ddac7fd5bda9602a3fe365da2b845ce22e3e (diff)
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 <ming.liu@toradex.com>
Diffstat (limited to 'conf/machine/apalis-tk1.conf')
-rw-r--r--conf/machine/apalis-tk1.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 050b1c4..af9505f 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -42,7 +42,6 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
PREFERRED_PROVIDER_u-boot = "u-boot-toradex-tk1"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-tk1"
-PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils-tk1"
UBOOT_MACHINE = "apalis-tk1_defconfig"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"