summaryrefslogtreecommitdiff
path: root/firmware/target/mips
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c2
1 files changed, 1 insertions, 1 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 192b4409fb..7fe3f819b3 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,7 +39,7 @@ do { \
39#define SLEEP(x) { register int __i; for(__i=0; __i<x; __i++) asm volatile("nop\n nop\n"); } 39#define SLEEP(x) { register int __i; for(__i=0; __i<x; __i++) asm volatile("nop\n nop\n"); }
40#define DELAY SLEEP(700000); 40#define DELAY SLEEP(700000);
41 41
42#if (defined((ONDA_VX777) || (ONDA_VX747P)) && !defined(BOOTLOADER)) \ 42#if ((defined(ONDA_VX777) || defined(ONDA_VX747P)) && !defined(BOOTLOADER)) \
43 || defined(USB_BOOT) 43 || defined(USB_BOOT)
44 /* 44 /*
45 * Onda VX777/VX747+ needs this in order to boot correctly, it looks like the 45 * Onda VX777/VX747+ needs this in order to boot correctly, it looks like the