fugu: disable PVR RS driver

Bug: 19412176

Change-Id: I0e434847cff244575c061fdae1cfb071b2fd3a20
Signed-off-by: Patrick Tjin <pattjin@google.com>
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7dd9f7c..330acaa 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -138,8 +138,8 @@
 
 COMMON_GLOBAL_CFLAGS += -DGFX_BUF_EXT
 
-# Disable IMG RS GPU driver
-OVERRIDE_RS_DRIVER := libPVRRS.so
+# Disable IMG RS GPU driver (b/19412176)
+# OVERRIDE_RS_DRIVER := libPVRRS.so
 
 # enable ARM codegen for x86 with Houdini
 BUILD_ARM_FOR_X86 := true