aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-06 09:15:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-05-06 10:25:37 +0200
commitdaab5afcad63ccb9fa4029a628d50012728f430d (patch)
treedc65c3f8c63b7c41fd1762a93cc12bf87d6b122d /recipes/u-boot
parent5ea1842c89fee82835c72844a77a441446ad52f6 (diff)
downloadopenembedded-daab5afcad63ccb9fa4029a628d50012728f430d.tar.gz
u-boot: switch root= from mmcblk1 to mmcblk0 in shr config
* PR wasn't bumped because other distributions/machines don't deserve needless noise without any change for them (and I've already built newer u-boot for SHR) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot-git/nokia900/0001-configs-nokia_rx51.h-start-shr-as-default-and-change.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot-git/nokia900/0001-configs-nokia_rx51.h-start-shr-as-default-and-change.patch b/recipes/u-boot/u-boot-git/nokia900/0001-configs-nokia_rx51.h-start-shr-as-default-and-change.patch
index 6bc91f65db..1c6a46e4ec 100644
--- a/recipes/u-boot/u-boot-git/nokia900/0001-configs-nokia_rx51.h-start-shr-as-default-and-change.patch
+++ b/recipes/u-boot/u-boot-git/nokia900/0001-configs-nokia_rx51.h-start-shr-as-default-and-change.patch
@@ -34,7 +34,7 @@ index 5c3b068..62770c9 100644
- "bootm ${loadaddr}\0" \
- "noloboot=echo Booting NOLO supplied kernel ...; " \
+ "meegoargs=root=/dev/mmcblk0p2 rootwait console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 nosplash\0" \
-+ "shrargs=snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p1 rootwait panic=20 debug\0" \
++ "shrargs=snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p1 rootwait panic=20 debug\0" \
+ "boot1stcmd=mmc init; ext2load mmc 0:1 0x82000000 /boot/uImage; bootm 0x82000000\0" \
+ "boot3rdcmd=mmc init; fatload mmc 0:3 0x82000000 uImage; bootm 0x82000000\0" \
+ "shr=echo Booting SHR from uSD 1st part (/boot/uImage) ...; " \