summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486/ostest
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/qemu-i486/ostest')
-rwxr-xr-xnuttx/configs/qemu-i486/ostest/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/qemu-i486/ostest/setenv.sh b/nuttx/configs/qemu-i486/ostest/setenv.sh
index f9c3bdec8..a3c68d797 100755
--- a/nuttx/configs/qemu-i486/ostest/setenv.sh
+++ b/nuttx/configs/qemu-i486/ostest/setenv.sh
@@ -42,7 +42,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
# Uncomment and modify the following if you are using anything other
# than the system GCC
# WD=`pwd`
-# export BUILDROOT_BIN="${WD}/../../../buildroot/build_i486/staging_dir/bin"
+# export BUILDROOT_BIN="${WD}/../../../misc/buildroot/build_i486/staging_dir/bin"
# export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"