From 4e5f9480498e1796e15fe62662b6d103f1c53e35 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Fri, 2 Apr 2010 14:19:22 +0000 Subject: [PATCH] Change bootchart to be "c" in configure, instead of "b" which clashes with the ondio backlight mod git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25436 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index d905b505af..4449d4fb02 100755 --- a/tools/configure +++ b/tools/configure @@ -367,7 +367,7 @@ whichadvanced () { interact=1 echo "" echo "Enter your developer options (press enter when done)" - printf "(D)EBUG, (L)ogf, (B)ootchart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" + printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" if [ "$memory" = "2" ]; then printf ", (8)MB MOD" fi @@ -408,7 +408,7 @@ whichadvanced () { echo "logf() support enabled" logf="yes" ;; - [Bb]) + [Cc]) echo "bootchart enabled (logf also enabled)" bootchart="yes" logf="yes"