summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/SOURCES2
-rw-r--r--bootloader/sansa_as3525.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/bootloader/SOURCES b/bootloader/SOURCES
index f0c98a8bd3..c541efba89 100644
--- a/bootloader/SOURCES
+++ b/bootloader/SOURCES
@@ -39,7 +39,7 @@ meizu_m3.c
39ondavx747.c 39ondavx747.c
40#elif defined(CREATIVE_ZVx) 40#elif defined(CREATIVE_ZVx)
41creativezvm.c 41creativezvm.c
42#elif defined(HAVE_AS3525) 42#elif CONFIG_CPU==AS3525
43sansa_as3525.c 43sansa_as3525.c
44show_logo.c 44show_logo.c
45#endif 45#endif
diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c
index 297fb2e769..b9975a9722 100644
--- a/bootloader/sansa_as3525.c
+++ b/bootloader/sansa_as3525.c
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id:$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2008 by Rafaël Carré 10 * Copyright (C) 2008 by Rafaël Carré
11 * 11 *
@@ -37,7 +37,9 @@ void main(void)
37 37
38 lcd_update(); 38 lcd_update();
39 39
40#ifdef HAVE_LCD_ENABLE
40 lcd_enable(true); 41 lcd_enable(true);
42#endif
41 43
42 show_logo(); 44 show_logo();
43 45