summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-04-25 20:53:13 +0000
committerThomas Martitz <kugel@rockbox.org>2009-04-25 20:53:13 +0000
commit0600b4ba3c48459974527a1a7e01c1357134c1d8 (patch)
tree625cbf33196e59a016e4982a0dc172071536566c /firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h
parent29cf2e148b13bef9520952f8ea87592615840eaf (diff)
downloadrockbox-0600b4ba3c48459974527a1a7e01c1357134c1d8.tar.gz
rockbox-0600b4ba3c48459974527a1a7e01c1357134c1d8.zip
Fix onda red. Unlike all other targets, it built the whole backlight driver in the bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20787 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h b/firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h
index 4170f96cc0..67836aa790 100644
--- a/firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h
+++ b/firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h
@@ -21,12 +21,6 @@
21#ifndef BACKLIGHT_TARGET_H 21#ifndef BACKLIGHT_TARGET_H
22#define BACKLIGHT_TARGET_H 22#define BACKLIGHT_TARGET_H
23 23
24#ifdef BOOTLOADER
25#define BACKLIGHT_DRIVER_CLOSE
26/* Force the whole driver to be built */
27#define BACKLIGHT_FULL_INIT
28#endif
29
30#include <stdbool.h> 24#include <stdbool.h>
31 25
32bool _backlight_init(void); 26bool _backlight_init(void);