summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-10-14 09:51:59 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-10-14 09:51:59 +0000
commite329a45add38ffeaee8354ffc500adb1e588cb83 (patch)
tree2014c84d744ad14cea6cab2bb62537e83160b058
parent04ad90706b6816a9625a633d78017220ff0b7f68 (diff)
downloadrockbox-e329a45add38ffeaee8354ffc500adb1e588cb83.tar.gz
rockbox-e329a45add38ffeaee8354ffc500adb1e588cb83.zip
revert r14709, leaving the output in bootloader/ is fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15103 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 0696aba583..1c7f03d06d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1493,7 +1493,6 @@ fi
1493 apps="bootloader" 1493 apps="bootloader"
1494 extradefines="-DBOOTLOADER -DE200R_INSTALLER -ffunction-sections -fdata-sections" 1494 extradefines="-DBOOTLOADER -DE200R_INSTALLER -ffunction-sections -fdata-sections"
1495 bootloader="1" 1495 bootloader="1"
1496 output="bootloader.bin"
1497 echo "e200R-installer build selected" 1496 echo "e200R-installer build selected"
1498 ;; 1497 ;;
1499 [Bb]) 1498 [Bb])