summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 077f3af..c019c3e 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -80,7 +80,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
80 tegra-x1|tegra-t18x) 80 tegra-x1|tegra-t18x)
81 LAYERSCONF="bblayers.conf.nvidia-tegra.sample" 81 LAYERSCONF="bblayers.conf.nvidia-tegra.sample"
82 ;; 82 ;;
83 salvator-x|h3ulcb|m3ulcb) 83 salvator-x|h3ulcb|m3ulcb|ebisu)
84 LAYERSCONF="bblayers.conf.rcar-gen3.sample" 84 LAYERSCONF="bblayers.conf.rcar-gen3.sample"
85 ;; 85 ;;
86 emulator) 86 emulator)