]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00209557 IMX6: GPU: do not reserve memory when GPU is not enabled
authorHuang Shijie <b32955@freescale.com>
Wed, 16 May 2012 10:39:14 +0000 (18:39 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:51 +0000 (14:11 +0200)
commit7dcefb1af3fd28ecfa5c55e64c466064f6887727
tree836d89aefcc66294f62476ccbc7acbbc34996784
parente5665dc01a3527ec36af7322311852425a213248
ENGR00209557 IMX6: GPU: do not reserve memory when GPU is not enabled

The current code will reserve 128M for GPU even when it is not enabled.

It is not needed. So do not reserve the memory when the GPU is not enabled.
(this can save 128M for Mfgtool.)

Signed-off-by: Huang Shijie <b32955@freescale.com>
arch/arm/mach-mx6/board-mx6q_arm2.c
arch/arm/mach-mx6/board-mx6q_sabreauto.c
arch/arm/mach-mx6/board-mx6q_sabrelite.c
arch/arm/mach-mx6/board-mx6q_sabresd.c