diff options
author | Ziyan <jaraidaniel@gmail.com> | 2015-01-27 16:23:44 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2015-01-27 16:23:44 +0100 |
commit | ca319511ae38fa8d3c0ae980f424c5f56c208b06 (patch) | |
tree | f23da8998b0bf4fd947fd8736cf921ad39217752 /arch/arm | |
parent | 573caa5dce4887d93b096eb8c4611e5bbbf3360a (diff) | |
download | kernel_samsung_tuna-ca319511ae38fa8d3c0ae980f424c5f56c208b06.zip kernel_samsung_tuna-ca319511ae38fa8d3c0ae980f424c5f56c208b06.tar.gz kernel_samsung_tuna-ca319511ae38fa8d3c0ae980f424c5f56c208b06.tar.bz2 |
tuna: add back vmalloc=768M
https://android.googlesource.com/kernel/omap.git/+/e04536e92ab7dd6a297a620282c910baec823544
Change-Id: I569dd38d187f6d2c6de3510d6d824944361dddc2
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/cyanogenmod_tuna_defconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/tuna_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/cyanogenmod_tuna_defconfig b/arch/arm/configs/cyanogenmod_tuna_defconfig index 68c170e..eb7a500 100644 --- a/arch/arm/configs/cyanogenmod_tuna_defconfig +++ b/arch/arm/configs/cyanogenmod_tuna_defconfig @@ -469,7 +469,7 @@ CONFIG_ARM_FLUSH_CONSOLE_ON_RESTART=y # CONFIG_USE_OF is not set CONFIG_ZBOOT_ROM_TEXT=0 CONFIG_ZBOOT_ROM_BSS=0 -CONFIG_CMDLINE="console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G omap_wdt.timer_margin=30 no_console_suspend androidboot.selinux=permissive selinux=0" +CONFIG_CMDLINE="console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G vmalloc=768M omap_wdt.timer_margin=30 no_console_suspend androidboot.selinux=permissive selinux=0" # CONFIG_CMDLINE_FROM_BOOTLOADER is not set CONFIG_CMDLINE_EXTEND=y # CONFIG_CMDLINE_FORCE is not set diff --git a/arch/arm/configs/tuna_defconfig b/arch/arm/configs/tuna_defconfig index 6e8d402..e2264c4 100644 --- a/arch/arm/configs/tuna_defconfig +++ b/arch/arm/configs/tuna_defconfig @@ -468,7 +468,7 @@ CONFIG_ARM_FLUSH_CONSOLE_ON_RESTART=y # CONFIG_USE_OF is not set CONFIG_ZBOOT_ROM_TEXT=0 CONFIG_ZBOOT_ROM_BSS=0 -CONFIG_CMDLINE="console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G omap_wdt.timer_margin=30 no_console_suspend androidboot.selinux=permissive selinux=0" +CONFIG_CMDLINE="console=ttyFIQ0 androidboot.console=ttyFIQ0 mem=1G vmalloc=768M omap_wdt.timer_margin=30 no_console_suspend androidboot.selinux=permissive selinux=0" # CONFIG_CMDLINE_FROM_BOOTLOADER is not set CONFIG_CMDLINE_EXTEND=y # CONFIG_CMDLINE_FORCE is not set |