summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-08-01 15:08:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-08-08 14:06:43 +0000
commitd2c82eb165043c314795c4172588ed39f716ede8 (patch)
tree5abd25e2a76c8bb88d562e84090a0f3dd6605806 /recipes-bsp
parente4f0f9dda029026655402ebc80a17a00e30ffa5c (diff)
meta: drop tk1/tegra/vf machine references
We've decided not maintain these machines in BSP6, let's drop the machine references. There is a special varialbe UBOOT_KERNEL_TYPE, it's only being used by apalis-tk1 machine, so also drop it. Related-to: ELB-4471 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/libubootenv/vf/fw_env.config10
-rw-r--r--recipes-bsp/u-boot/u-boot_%.bbappend4
2 files changed, 0 insertions, 14 deletions
diff --git a/recipes-bsp/u-boot/libubootenv/vf/fw_env.config b/recipes-bsp/u-boot/libubootenv/vf/fw_env.config
deleted file mode 100644
index 51f09d1..0000000
--- a/recipes-bsp/u-boot/libubootenv/vf/fw_env.config
+++ /dev/null
@@ -1,10 +0,0 @@
-# Configuration file for fw_(printenv/setenv) utility.
-# Up to two entries are valid, in this case the redundant
-# environment sector is assumed present.
-# Notice, that the "Number of sectors" is not required on NOR and SPI-dataflash.
-# Futhermore, if the Flash sector size is ommitted, this value is assumed to
-# be the same as the Environment size, which is valid for NOR and SPI-dataflash
-
-# MTD device name Device offset Env. size Flash sector size Number of sectors
-# Colibri VF61
-/dev/mtd2 0x00000000 0x00020000 0x20000 4
diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index 75ed1d8..ed44612 100644
--- a/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -70,10 +70,6 @@ do_compile:append:colibri-imx7 () {
nand_padding
}
-do_compile:append:colibri-vf () {
- nand_padding
-}
-
do_deploy:append:colibri-imx6 () {
deploy_uboot_with_spl
}