File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -412,9 +412,6 @@ function get_platform() {
412
412
esac
413
413
elif [[ -e " /sys/devices/soc0/family" ]]; then
414
414
case " $( tr -d ' \0' < /sys/devices/soc0/family) " in
415
- * tegra20* )
416
- __platform=" tegra-2"
417
- ;;
418
415
* tegra30* )
419
416
__platform=" tegra-3"
420
417
;;
@@ -561,19 +558,14 @@ function platform_xavier() {
561
558
__platform_flags+=(x11 gl)
562
559
}
563
560
564
- function platform_tegra-2() {
565
- cpu_armv7 "cortex-a9"
566
- __platform_flags+=(x11 gl)
567
- }
568
-
569
561
function platform_tegra-3() {
570
562
cpu_armv7 "cortex-a9"
571
- __platform_flags+=(x11 gl )
563
+ __platform_flags+=(x11 gles )
572
564
}
573
565
574
566
function platform_tegra-4() {
575
567
cpu_armv7 "cortex-a15"
576
- __platform_flags+=(x11 gl )
568
+ __platform_flags+=(x11 gles )
577
569
}
578
570
579
571
function platform_tegra-k1-32() {
You can’t perform that action at this time.
0 commit comments