diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2020-02-09 18:27:48 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-28 13:03:02 +0100 |
commit | a9bd89fe18e1414c430e0fe7f4425779d149d540 (patch) | |
tree | 2e25f732dd7c0af0ff35c0cd90e0bdd6f5d3bff8 /package/boot/uboot-sunxi/Makefile | |
parent | 48436953e9f25fced7a14d0e92fadb22ebe8ba50 (diff) | |
download | upstream-a9bd89fe18e1414c430e0fe7f4425779d149d540.tar.gz upstream-a9bd89fe18e1414c430e0fe7f4425779d149d540.tar.bz2 upstream-a9bd89fe18e1414c430e0fe7f4425779d149d540.zip |
uboot-sunxi: Banana Pi M2 Ultra switch to mainline defconfig
U-boot also have defconfig for this board. In 2019.01 branch they are identical.
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 69d5d9269b..9bb61b1417 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -253,7 +253,7 @@ define U-Boot/orangepi_pc2 UENV:=a64 endef -define U-Boot/Sinovoip_BPI_M2_Ultra +define U-Boot/Bananapi_M2_Ultra BUILD_SUBTARGET:=cortexa7 NAME:=Bananapi M2 Ultra BUILD_DEVICES:=lemaker_bananapi-m2-ultra @@ -267,6 +267,7 @@ UBOOT_TARGETS := \ A20-OLinuXino-Lime2-eMMC \ A20-OLinuXino_MICRO \ Bananapi \ + Bananapi_M2_Ultra \ Bananapro \ Cubieboard \ Cubieboard2 \ @@ -294,7 +295,6 @@ UBOOT_TARGETS := \ pangolin \ pine64_plus \ Sinovoip_BPI_M2_Plus \ - Sinovoip_BPI_M2_Ultra \ sopine_baseboard \ orangepi_zero_plus |