summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips/ingenic_jz47xx/onda_vx767
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
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')
-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 @@
#ifndef BACKLIGHT_TARGET_H
#define BACKLIGHT_TARGET_H
-#ifdef BOOTLOADER
-#define BACKLIGHT_DRIVER_CLOSE
-/* Force the whole driver to be built */
-#define BACKLIGHT_FULL_INIT
-#endif
-
#include <stdbool.h>
bool _backlight_init(void);