From 1b8aa4bf21713d13b1db0b7e94ce2501332e07dc Mon Sep 17 00:00:00 2001 From: Xianzhong Date: Thu, 16 Feb 2017 16:16:07 +0800 Subject: [PATCH] MGS-2664-5 [#imx-403] update GPU platform config with i.MX8QM Update GPU platform config with i.MX8QM. Date: Feb 16, 2017 Signed-off-by: Xianzhong --- .../platform/freescale/gc_hal_kernel_platform_imx6.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.config b/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.config index 0ff1ef0370e1..e4a53cb80fd3 100644 --- a/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.config +++ b/drivers/mxc/gpu-viv/hal/os/linux/kernel/platform/freescale/gc_hal_kernel_platform_imx6.config @@ -11,7 +11,7 @@ $(warn Android native fence sync needs CONFIG_SYNC) endif endif -ifneq ($(CONFIG_ARCH_FSL_IMX8DV),) +ifneq ($(CONFIG_ARCH_FSL_IMX8QM),) EXTRA_CFLAGS += -DIMX8_SCU_CONTROL=1 -DIMX8_PHYS_BASE=0xA0000000 -DIMX8_PHYS_SIZE=0x28000000 EXTRA_CFLAGS += -DIMX8_CMA_LIMIT=1 else -- 2.17.1