summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 593b166a63..788dcfef54 100755
--- a/tools/configure
+++ b/tools/configure
@@ -59,6 +59,12 @@ whichaddr () {
59 echo "In this case, reply '0x10000' (no quotes) and " 59 echo "In this case, reply '0x10000' (no quotes) and "
60 echo "re-configure when you know better." 60 echo "re-configure when you know better."
61 loadaddress=`input` 61 loadaddress=`input`
62
63 if [ "0$loadaddress" = "0" ]; then
64 #default
65 loadaddress="0x10000";
66 fi
67 echo "You selected $loadaddress"
62 ;; 68 ;;
63 *) 69 *)
64 ;; 70 ;;