diff options
author | Dan Murphy <dmurphy@ti.com> | 2011-10-11 14:14:24 -0500 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2011-10-11 14:14:24 -0500 |
commit | 465cc1860ed725aa2a70263d6887ad7d76f86e34 (patch) | |
tree | 9d6d841dac0f8242a545c63afda83c57ed15550f /arch/arm/configs/panda_defconfig | |
parent | ee03a50337f3f36e1648ab0e5ec3b25b1f344104 (diff) | |
download | kernel_samsung_espresso10-465cc1860ed725aa2a70263d6887ad7d76f86e34.zip kernel_samsung_espresso10-465cc1860ed725aa2a70263d6887ad7d76f86e34.tar.gz kernel_samsung_espresso10-465cc1860ed725aa2a70263d6887ad7d76f86e34.tar.bz2 |
ARM: Panda: Remove dependency of vram command line argument
Set vram size as part of board init code.
No longer a reliance on a boot arg for vram configuration
Change-Id: Iad2a2fae1e4def1c171fe93cbc00a0785c74f01e
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'arch/arm/configs/panda_defconfig')
-rw-r--r-- | arch/arm/configs/panda_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/panda_defconfig b/arch/arm/configs/panda_defconfig index 630013c..720a301 100644 --- a/arch/arm/configs/panda_defconfig +++ b/arch/arm/configs/panda_defconfig @@ -32,7 +32,7 @@ CONFIG_SMP=y # CONFIG_SMP_ON_UP is not set CONFIG_NR_CPUS=2 CONFIG_PREEMPT=y -CONFIG_CMDLINE="console=ttyO2,115200n8 mem=1G androidboot.console=ttyO2 vram=20M omapfb.vram=0:16M" +CONFIG_CMDLINE="console=ttyO2,115200n8 mem=1G androidboot.console=ttyO2" CONFIG_CMDLINE_EXTEND=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y |