diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-04-21 04:48:20 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-04-21 04:48:20 +0000 |
| commit | 8a1fd8c686d2a4b8be36754e545338a476150e6a (patch) | |
| tree | f69fd8be012099a8de228bd197346e4b11cf8e4a /bootloader/common.c | |
| parent | dd0f1c7db1e73859805f9d9aa343bb6e04dd739e (diff) | |
| download | rockbox-8a1fd8c686d2a4b8be36754e545338a476150e6a.zip rockbox-8a1fd8c686d2a4b8be36754e545338a476150e6a.tar.gz rockbox-8a1fd8c686d2a4b8be36754e545338a476150e6a.tar.bz2 rockbox-8a1fd8c686d2a4b8be36754e545338a476150e6a.tar.xz | |
Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself. This build fixes the problems seen with the latest builds on the Gigabeat X. Added View IO Ports under the Debug menu for the Gigabeat. Make sure you grab the latest bootloader from the Wiki as the old bootloader will not work properly with new builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13225 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/common.c')
| -rw-r--r-- | bootloader/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/common.c b/bootloader/common.c index 51b751c..1ac8e8f 100644 --- a/bootloader/common.c +++ b/bootloader/common.c @@ -31,7 +31,7 @@ /* TODO: Other bootloaders need to be adjusted to set this variable to true on a button press - currently only the ipod, H10 and Sansa versions do. */ #if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB) || \ - defined(SANSA_E200) + defined(SANSA_E200) || defined(GIGABEAT_F) bool verbose = false; #else bool verbose = true; |