From d2c82eb165043c314795c4172588ed39f716ede8 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 1 Aug 2022 15:08:32 +0200 Subject: 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 --- recipes-bsp/u-boot/libubootenv/vf/fw_env.config | 10 ---------- recipes-bsp/u-boot/u-boot_%.bbappend | 4 ---- 2 files changed, 14 deletions(-) delete mode 100644 recipes-bsp/u-boot/libubootenv/vf/fw_env.config (limited to 'recipes-bsp') 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 } -- cgit v1.2.3