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 <patrick.zysset@netmodule.com>
This commit is contained in:
Patrick Zysset 2019-02-09 19:09:01 +01:00 committed by Alexandre Bard
parent 18bf58e094
commit 37dfef71c7
2 changed files with 1 additions and 1 deletions

View File

@ -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"