summaryrefslogtreecommitdiff
path: root/bootloader/iriver_h300.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/iriver_h300.c')
-rw-r--r--bootloader/iriver_h300.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootloader/iriver_h300.c b/bootloader/iriver_h300.c
index a3a15bd4b5..5b742044eb 100644
--- a/bootloader/iriver_h300.c
+++ b/bootloader/iriver_h300.c
@@ -100,8 +100,8 @@ void shutdown(void)
100 100
101 sleep(HZ*2); 101 sleep(HZ*2);
102 102
103 __backlight_off(); 103 _backlight_off();
104 __remote_backlight_off(); 104 _remote_backlight_off();
105 105
106 __reset_cookie(); 106 __reset_cookie();
107 power_off(); 107 power_off();
@@ -177,10 +177,10 @@ void main(void)
177 audiohw_reset(); 177 audiohw_reset();
178 178
179 /* Start with the main backlight OFF. */ 179 /* Start with the main backlight OFF. */
180 __backlight_init(); 180 _backlight_init();
181 __backlight_off(); 181 _backlight_off();
182 182
183 __remote_backlight_on(); 183 _remote_backlight_on();
184 184
185 system_init(); 185 system_init();
186 kernel_init(); 186 kernel_init();