fugu: disable IMG's RS driver

Fall back to RS on the CPU for ship

Change-Id: I5e674e5ca4e18207c3c55e69c35e244ade728034
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5ea8898..d6beea7 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -133,8 +133,9 @@
 
 COMMON_GLOBAL_CFLAGS += -DGFX_BUF_EXT
 
-# enabled to use IMG RS GPU driver
-OVERRIDE_RS_DRIVER := libPVRRS.so
+# Disable IMG RS GPU driver
+# OVERRIDE_RS_DRIVER := libPVRRS.so
+
 # enable ARM codegen for x86 with Houdini
 BUILD_ARM_FOR_X86 := true