1
0
Fork 0
forked from len0rd/rockbox

provide 0x10000 as default flash address for Gmini if just pressing return

on the question


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5908 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-11 12:50:00 +00:00
parent 7f4df94cb4
commit dd52043cac

6
tools/configure vendored
View file

@ -59,6 +59,12 @@ whichaddr () {
echo "In this case, reply '0x10000' (no quotes) and "
echo "re-configure when you know better."
loadaddress=`input`
if [ "0$loadaddress" = "0" ]; then
#default
loadaddress="0x10000";
fi
echo "You selected $loadaddress"
;;
*)
;;