summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-11-25 12:24:43 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2011-11-25 12:24:43 +0200
commit2246c55d7f5720c205b95139e257e3ea5091b2fb (patch)
tree4037cdaeadcf2be7013d019d075c0d37936c5179
parente0198035a245378312f372573f67356521addebd (diff)
Remove automatic IP acquiring from kernel commandline
It delays the boot for all, although useful only for those using network based filesystems as rootfs.
-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 bae9d5370..5cd8d8d7d 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -162,7 +162,7 @@
"emmcload=fat load mmc 0:2 ${loadaddr} /uImage\0" \
"mmcload=fat load mmc 1:1 ${loadaddr} /uImage\0" \
"commonargs=setenv bootargs console=${console} " \
- "ip=dhcp vmalloc=256M\0" \
+ "vmalloc=256M\0" \
"emmcargs=setenv bootargs ${bootargs} " \
"root=/dev/mmcblk0p3 " \
"rootwait\0" \