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:
parent
7f4df94cb4
commit
dd52043cac
1 changed files with 6 additions and 0 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
|
@ -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"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue