Skip to content

Commit

Permalink
Adjust the auxiliary recognition parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Mar 2, 2022
1 parent 937d01a commit 9b6fca4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,11 @@ confirm_version() {
MAINLINE_UBOOT="x96max-u-boot.bin.sd.bin"
ANDROID_UBOOT=""
;;
s905l3a)
s905l3a | e900v22c | e900v22d)
FDTFILE="meson-g12a-u200.dtb"
UBOOT_OVERLOAD="u-boot-u200.bin"
MAINLINE_UBOOT="u-boot-u200.bin.sd.bin"
ANDROID_UBOOT=""
AMLOGIC_SOC="s905l3a"
;;
s905x2-km3)
FDTFILE="meson-g12a-sei510.dtb"
Expand Down Expand Up @@ -321,7 +320,7 @@ confirm_version() {
MAINLINE_UBOOT="gtkingpro-u-boot.bin.sd.bin"
ANDROID_UBOOT=""
;;
s922x-n2 | odroid-n2 | n2)
s922x-n2 | odroid-n2)
FDTFILE="meson-g12b-odroid-n2.dtb"
UBOOT_OVERLOAD="u-boot-gtkingpro.bin"
MAINLINE_UBOOT="odroid-n2-u-boot.bin.sd.bin"
Expand All @@ -333,7 +332,7 @@ confirm_version() {
MAINLINE_UBOOT=""
ANDROID_UBOOT=""
;;
a311d | khadas-vim3 | vim3)
a311d | khadas-vim3)
FDTFILE="meson-g12b-a311d-khadas-vim3.dtb"
UBOOT_OVERLOAD="u-boot-gtkingpro.bin"
MAINLINE_UBOOT="khadas-vim3-u-boot.sd.bin"
Expand Down

0 comments on commit 9b6fca4

Please sign in to comment.