From 3f87855ddaf47fd8c5724f96e089548af70b0d55 Mon Sep 17 00:00:00 2001 From: Kasin Lee Date: Wed, 11 Dec 2013 15:09:44 +0800 Subject: [PATCH] remove old configure item. --- mali/platform/meson6pre/meson_main.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/mali/platform/meson6pre/meson_main.c b/mali/platform/meson6pre/meson_main.c index 03d6206..006830e 100755 --- a/mali/platform/meson6pre/meson_main.c +++ b/mali/platform/meson6pre/meson_main.c @@ -150,13 +150,9 @@ void mali_utilization_handler(unsigned int utilization_num) static struct mali_gpu_device_data mali_gpu_data = { - .shared_mem_size =CONFIG_MALI400_OS_MEMORY_SIZE * 1024 * 1024, -#ifdef CONFIG_MESON_LOW_PLAT_OFFSET - .fb_start = 0x24000000, -#else - .fb_start = 0x84000000, -#endif - .fb_size = 0x06000000, + .shared_mem_size = 512 * 1024 * 1024, + .fb_start = 0, + .fb_size = 0, .utilization_interval = 1000, .utilization_callback = mali_utilization_handler, }; -- 2.20.1