summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index cc40bf3ad6..db1a2b1896 100755
--- a/tools/configure
+++ b/tools/configure
@@ -90,7 +90,7 @@ fi
90# Figure out where the firmware code is! 90# Figure out where the firmware code is!
91# 91#
92 92
93firmfile="start.s" # a file to check for in the firmware root dir 93firmfile="crt0.S" # a file to check for in the firmware root dir
94 94
95for dir in firmware . .. ../firmware ../../firmware; do 95for dir in firmware . .. ../firmware ../../firmware; do
96 if [ -f $dir/$firmfile ]; then 96 if [ -f $dir/$firmfile ]; then