summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index cd48639..2f8264b 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -74,9 +74,6 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
74 intel-corei7-64) 74 intel-corei7-64)
75 LAYERSCONF="bblayers.conf.intel.sample" 75 LAYERSCONF="bblayers.conf.intel.sample"
76 ;; 76 ;;
77 nvidia-logan)
78 LAYERSCONF="bblayers.conf.nvidia-logan.sample"
79 ;;
80 tegra-x1|tegra-t18x) 77 tegra-x1|tegra-t18x)
81 LAYERSCONF="bblayers.conf.nvidia-tegra.sample" 78 LAYERSCONF="bblayers.conf.nvidia-tegra.sample"
82 ;; 79 ;;