diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-07-20 16:58:50 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-20 17:01:02 +0100 |
commit | 025c0bcd601698206d8f5ededadb25beb95ebdb7 (patch) | |
tree | 8c14a85b960ae523c5d96213a3c18508eca22747 /package/boot/uboot-mediatek | |
parent | 86a61e716efe2e0ef2f4ce9b2fdd7a532661ef56 (diff) | |
download | upstream-025c0bcd601698206d8f5ededadb25beb95ebdb7.tar.gz upstream-025c0bcd601698206d8f5ededadb25beb95ebdb7.tar.bz2 upstream-025c0bcd601698206d8f5ededadb25beb95ebdb7.zip |
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 <daniel@makrotopia.org>
Diffstat (limited to 'package/boot/uboot-mediatek')
-rw-r--r-- | package/boot/uboot-mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |