* Now the DRA7xx support is fully merged into upstream u-boot then we can remove setting the PREFERRED_PROVIDER for u-boot and virtual/bootloader to u-boot-dra7xx and instead pick up the default setting from the omap-a15.inc file.
Signed-off-by: Chase Maupin <[email protected]> --- conf/machine/dra7xx-evm.conf | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 5897a5f..14253cf 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -8,9 +8,6 @@ IMAGE_FSTYPES += "ubi tar.gz" SERIAL_CONSOLE = "115200 ttyO0" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-dra7xx" -PREFERRED_PROVIDER_u-boot = "u-boot-dra7xx" - UBOOT_MACHINE = "dra7xx_evm_config" # UBI information. Note that this is board and kernel specific. Changes -- 1.7.0.4 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
