summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuchika Kharwar <ruchika@ti.com>2013-05-16 16:15:26 -0500
committerRuchika Kharwar <ruchika@ti.com>2013-05-17 08:49:55 -0500
commit32dc0911d6959d5e5370165e088377287069ca90 (patch)
tree4114e3a70f43c5212b0867f705fab0dc9a72222d
parent38fb41163ad9c48dee0c47b09d5b0564c375b5ab (diff)
downloadomap-omapzoom-p-ti-android-3.8.y-av-zebu-wip-final.tar.gz
android: zebu: defconfig: Correction of the cmdlinep-ti-android-3.8.y-av-zebu-wip-final
The "lpj=.." is removed from the CMDLINE. This line causes the kernel to hang in delay loops. Letting the lpj to be calculated using the imer frequency. Change-Id: Ia076c86088837adb641208fd8d402d0b6f9f8d42 Signed-off-by: Ruchika Kharwar <ruchika@ti.com>
-rwxr-xr-xarch/arm/configs/android_omap_zebu_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/android_omap_zebu_defconfig b/arch/arm/configs/android_omap_zebu_defconfig
index 21a68466d329..86bbd96b7266 100755
--- a/arch/arm/configs/android_omap_zebu_defconfig
+++ b/arch/arm/configs/android_omap_zebu_defconfig
@@ -36,7 +36,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=n
CONFIG_ARM_ATAG_DTB_COMPAT=y
# CONFIG_CMDLINE="root=/dev/ram0 rw console=ttyO0,3000000n8 initrd=0x81600000,20M ramdisk_size=20480 earlyprintk"
-CONFIG_CMDLINE="mem=512M@0x80000000 root=/dev/ram0 rw initrd=0x81600000,8M ramdisk_size=8192 rootfstype=ext2 console=ttyO0,3000000n8 debug earlyprintk lpj=6213632 nosmp"
+CONFIG_CMDLINE="mem=512M@0x80000000 root=/dev/ram0 rw initrd=0x81600000,8M ramdisk_size=8192 rootfstype=ext2 console=ttyO0,3000000n8 debug earlyprintk"
CONFIG_KEXEC=y
CONFIG_FPE_NWFPE=y
CONFIG_BINFMT_MISC=y