diff options
author | wu guoxing <b39297@freescale.com> | 2011-11-16 11:56:45 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:06:47 +0800 |
commit | c259a5e47f8ffe426d774fd237fe3026e643a354 (patch) | |
tree | 1c831b94fcfccb7f2cbf73a53887ef98eeb1e87b /arch/arm/configs | |
parent | d9f1ba44be3ab23818b184a47deb01401c4e620a (diff) |
ENGR00162325 mx6:Make GPU as kernel module defaultly
GC355 needs to map all reserved memory and consume too much vmalloc space.
So it needs a special kernel command line vmalloc=xxxM.
otherwise, kernel can not boot
Signed-off-by: Wu Guoxing <b39297@freescale.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx6_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 0bd025f93412..621b76faeff5 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux/arm 2.6.38 Kernel Configuration -# Fri Nov 11 09:57:21 2011 +# Wed Nov 16 10:57:43 2011 # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -1979,7 +1979,7 @@ CONFIG_MXC_ASRC=y # # MXC GPU support # -CONFIG_MXC_GPU_VIV=y +CONFIG_MXC_GPU_VIV=m # # ANATOP_THERMAL |