From 23fc923bde033d2abffa29651f3dff921abcaed7 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 7 Sep 2008 17:24:14 +0000 Subject: ZVM: * Optimize MiniFS handling * Add basic CFS handling (doesn't work yet) * Remove hacky stuff in disk.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18438 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/creativezvm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootloader/creativezvm.c') diff --git a/bootloader/creativezvm.c b/bootloader/creativezvm.c index a9967fe984..bd8050b22a 100644 --- a/bootloader/creativezvm.c +++ b/bootloader/creativezvm.c @@ -68,7 +68,8 @@ void main(void) if(ret) printf("ATA error: %d", ret); - if(1) + /* If no button is held, start the OF */ + if(button_read_device() == 0) { printf("Loading Creative firmware..."); -- cgit v1.2.3