summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/nsh2
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 12:56:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-10 12:56:02 +0000
commit6ea8767dce0ac40d992eae037892e6d8392e82cd (patch)
tree6f461ea83bb390bd5eebf5cf87af7e5a8a2c2204 /nuttx/configs/stm3220g-eval/nsh2
parent53f7e8dab7968706b50c12965c1d61200735ca7d (diff)
downloadpx4-nuttx-6ea8767dce0ac40d992eae037892e6d8392e82cd.tar.gz
px4-nuttx-6ea8767dce0ac40d992eae037892e6d8392e82cd.tar.bz2
px4-nuttx-6ea8767dce0ac40d992eae037892e6d8392e82cd.zip
Change the default path to the buildroot bin/ directory in all setenv.sh files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5222 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/nsh2')
-rwxr-xr-xnuttx/configs/stm3220g-eval/nsh2/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/nsh2/setenv.sh b/nuttx/configs/stm3220g-eval/nsh2/setenv.sh
index 1e2f87b40..af7403656 100755
--- a/nuttx/configs/stm3220g-eval/nsh2/setenv.sh
+++ b/nuttx/configs/stm3220g-eval/nsh2/setenv.sh
@@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
-export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH variable
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"