diff options
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 5825bf1..1a72d28 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -77,9 +77,6 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
77 | intel-corei7-64) | 77 | intel-corei7-64) |
78 | LAYERSCONF="bblayers.conf.intel.sample" | 78 | LAYERSCONF="bblayers.conf.intel.sample" |
79 | ;; | 79 | ;; |
80 | nvidia-logan) | ||
81 | LAYERSCONF="bblayers.conf.nvidia-logan.sample" | ||
82 | ;; | ||
83 | tegra-x1|tegra-t18x) | 80 | tegra-x1|tegra-t18x) |
84 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" | 81 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" |
85 | ;; | 82 | ;; |