summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c b/firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
index 56c8504..192b440 100644
--- a/firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
+++ b/firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
@@ -39,10 +39,11 @@ do { \
#define SLEEP(x) { register int __i; for(__i=0; __i<x; __i++) asm volatile("nop\n nop\n"); }
#define DELAY SLEEP(700000);
-#if (defined(ONDA_VX777) && !defined(BOOTLOADER)) || defined(USB_BOOT)
+#if (defined((ONDA_VX777) || (ONDA_VX747P)) && !defined(BOOTLOADER)) \
+ || defined(USB_BOOT)
/*
- * Onda VX777 needs this in order to boot correctly, it looks like the SPL
- * does not correctly initialize the LCD for Rockbox to switch it on.
+ * Onda VX777/VX747+ needs this in order to boot correctly, it looks like the
+ * SPL does not correctly initialize the LCD for Rockbox to switch it on.
*/
#define RESET_LCD
#endif