From 025c0bcd601698206d8f5ededadb25beb95ebdb7 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 20 Jul 2021 16:58:50 +0100 Subject: uboot-mediatek: fix board name of Bananapi BPi-R2 As the board name was changed to be identical to the device tree compatible string (just like for other boards), also reflect that change for U-Boot. Signed-off-by: Daniel Golle --- package/boot/uboot-mediatek/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/boot') diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index 673b4d2aed..37af42e664 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -85,7 +85,7 @@ endef define U-Boot/mt7623n_bpir2 NAME:=Banana Pi R2 (mt7623) - BUILD_DEVICES:=bpi_bananapi-r2 + BUILD_DEVICES:=bananapi_bpi-r2 BUILD_SUBTARGET:=mt7623 UBOOT_IMAGE:=u-boot.bin UBOOT_CONFIG:=mt7623n_bpir2 -- cgit v1.2.3