diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-04-25 20:53:13 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-04-25 20:53:13 +0000 |
commit | 0600b4ba3c48459974527a1a7e01c1357134c1d8 (patch) | |
tree | 625cbf33196e59a016e4982a0dc172071536566c | |
parent | 29cf2e148b13bef9520952f8ea87592615840eaf (diff) | |
download | rockbox-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
-rw-r--r-- | firmware/target/mips/ingenic_jz47xx/onda_vx747/backlight-target.h | 6 | ||||
-rw-r--r-- | firmware/target/mips/ingenic_jz47xx/onda_vx767/backlight-target.h | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/onda_vx747/backlight-target.h b/firmware/target/mips/ingenic_jz47xx/onda_vx747/backlight-target.h index 4170f96cc0..67836aa790 100644 --- a/firmware/target/mips/ingenic_jz47xx/onda_vx747/backlight-target.h +++ b/firmware/target/mips/ingenic_jz47xx/onda_vx747/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 | ||
32 | bool _backlight_init(void); | 26 | bool _backlight_init(void); |
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 | ||
32 | bool _backlight_init(void); | 26 | bool _backlight_init(void); |