Skip to content

Commit

Permalink
linux_2.6.35: use mmcblk1p1 for rootfs on nokia900
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
shr-project committed Dec 28, 2010
1 parent d67516a commit 4247d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/machine/nokia900.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ module_autoload_g_ether = "g_ether"
# Copied from include/omap3.inc (as we do not use linux-omap recipes):
#
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r56"
MACHINE_KERNEL_PR = "r57"
2 changes: 1 addition & 1 deletion recipes/linux/linux_2.6.35.bb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ SRC_URI_nokia900 = "\
file://inconsistent-mmc-fix-2.6.35.patch \
file://defconfig "

CMDLINE_nokia900_shr = "snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p2 rootwait panic=20 debug"
CMDLINE_nokia900_shr = "snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p1 rootwait panic=20 debug"

SRC_URI[kernel.md5sum] = "091abeb4684ce03d1d936851618687b6"
SRC_URI[kernel.sha256sum] = "18b2e2c336032e366c942622b77302cb05fc034fb19018f086a4ebc9ed41bfcf"
Expand Down

0 comments on commit 4247d8c

Please sign in to comment.