summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-03-23 12:35:26 +0000
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2012-03-23 07:50:07 -0600
commitb1991fdf9c8af67d74f13e2eaf34a6f2734f51ea (patch)
tree23fcafee583e255c4fa7ef233b473ebea040ce98
parent5291189c82c1ca9c0c41a8634ff3243f63afba3d (diff)
snowball: fix incorrect root= parameter for eMMC bootHEADmaster
Erronrous root= parameter causes "Kernel panic - not syncing: No init found" After applying this patch Snowball boots successfully to a shell again. Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--include/configs/u8500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index 05eb70d4d..d99ea5bd6 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -169,7 +169,7 @@
"commonargs=setenv bootargs console=${console} " \
"vmalloc=300M\0" \
"emmcargs=setenv bootargs ${bootargs} " \
- "root=/dev/mmcblk0p2 " \
+ "root=/dev/mmcblk0p3 " \
"rootwait\0" \
"addcons=setenv bootargs ${bootargs} " \
"console=${console}\0" \