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
# Figure out where the firmware code is!
#
-firmfile="start.s" # a file to check for in the firmware root dir
+firmfile="crt0.S" # a file to check for in the firmware root dir
for dir in firmware . .. ../firmware ../../firmware; do
if [ -f $dir/$firmfile ]; then