For the extension booting, modified the version of vigs drm.
This should be removed when the proper extension image is released.
Change-Id: I94e424f76212a228e273418b21143c818a1fa1b9
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
/*
* Bump this whenever driver interface changes.
*/
+/* Temporary W/A for the extension */
+#ifdef CONFIG_MARU_EXTENSION_SOURCE
+#define DRM_VIGS_DRIVER_VERSION 13
+#else
#define DRM_VIGS_DRIVER_VERSION 14
+#endif
/*
* Surface access flags.