]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:39 +0000 (08:34 +0200)
commit999675db71526c017eaf1bfb193a5f6daf069397
tree836d89aefcc66294f62476ccbc7acbbc34996784
parentfc1d4bb64ae63997606452e81569d57fc20c30c0
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