summaryrefslogtreecommitdiff
path: root/nuttx/configs/maple/nsh/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/maple/nsh/setenv.sh')
-rw-r--r--nuttx/configs/maple/nsh/setenv.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/nuttx/configs/maple/nsh/setenv.sh b/nuttx/configs/maple/nsh/setenv.sh
index 314245ad8..1ff93c1c4 100644
--- a/nuttx/configs/maple/nsh/setenv.sh
+++ b/nuttx/configs/maple/nsh/setenv.sh
@@ -47,22 +47,17 @@ if [ -z "${PATH_ORIG}" ]; then
export PATH_ORIG="${PATH}"
fi
-# This is the Cygwin path to the location where I installed the RIDE
-# toolchain
-
-export RIDE_BIN="/cygdrive/c/Program Files/Raisonance/Ride/arm-gcc/bin"
-
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export BUILDROOT_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-# This is the path to the LM3S6995-EK tools directory
+# This is the path to the Spark tools directory
-export TOOL_BIN="${WD}/configs/lm3s6965-ek/tools"
+export TOOL_BIN="${WD}/configs/maple/tools"
# Update the PATH variable
-export PATH="${BUILDROOT_BIN}:${TOOL_BIN:${RIDE_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
+export PATH="${BUILDROOT_BIN}:${TOOL_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"