From 8b4805203b77d1bd92de844cf6eb7bfb718b7add Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 8 Jan 2012 17:38:40 +0000 Subject: Remove outdated (and buggy) configuration option for the 8MB mod. This is configured by selecting memory size directly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31638 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tools/configure b/tools/configure index 9e95cd0452..c265c1ef53 100755 --- a/tools/configure +++ b/tools/configure @@ -720,9 +720,6 @@ whichadvanced () { printf "Enter your developer options (press only enter when done)\n\ (D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile,\n\ (T)est plugins, S(m)all C lib:" - if [ "$memory" = "2" ]; then - printf ", (8)MB MOD" - fi if [ "$modelname" = "archosplayer" ]; then printf ", Use (A)TA poweroff" fi @@ -789,12 +786,6 @@ whichadvanced () { echo "Voice build selected" voice="yes" ;; - 8) - if [ "$memory" = "2" ]; then - memory="8" - echo "Memory size selected: 8MB" - fi - ;; [Aa]) if [ "$modelname" = "archosplayer" ]; then have_ata_poweroff="#define HAVE_ATA_POWER_OFF" @@ -1183,7 +1174,7 @@ ARG_ARM_EABI= ARG_ARM_THUMB= ARG_PREFIX="$PREFIX" ARG_THREAD_SUPPORT= -err= +err= for arg in "$@"; do case "$arg" in --ccache) ARG_CCACHE=1;; -- cgit v1.2.3