From 37dfef71c7386cdc2801f8b5520e00b926d8ebad Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Sat, 9 Feb 2019 19:09:01 +0100 Subject: [PATCH] nmhw21: remove v1 from am335x-nmhw21 u-boot name since u-boot is backward compatible and today mainly used on v2 boards, this naming is misleading. BugzId: 55650 Signed-off-by: Patrick Zysset --- conf/machine/am335x-nmhw21.conf | 2 +- ...boot-am335x-nmhw21-v1_git.bb => u-boot-am335x-nmhw21_git.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-bsp/u-boot/{u-boot-am335x-nmhw21-v1_git.bb => u-boot-am335x-nmhw21_git.bb} (100%) diff --git a/conf/machine/am335x-nmhw21.conf b/conf/machine/am335x-nmhw21.conf index 4bf14b1..c491ef7 100644 --- a/conf/machine/am335x-nmhw21.conf +++ b/conf/machine/am335x-nmhw21.conf @@ -25,4 +25,4 @@ UBOOT_ENTRYPOINT ?= "0x80008000" IMAGE_BOOT_FILES = "MLO u-boot.img" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" -PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw21-v1" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nmhw21" diff --git a/recipes-bsp/u-boot/u-boot-am335x-nmhw21-v1_git.bb b/recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-am335x-nmhw21-v1_git.bb rename to recipes-bsp/u-boot/u-boot-am335x-nmhw21_git.bb