]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix broken string with weird characters.
authorRobert Bradford <rob@openedhand.com>
Fri, 29 Feb 2008 13:29:19 +0000 (13:29 +0000)
committerRobert Bradford <rob@openedhand.com>
Fri, 29 Feb 2008 13:29:19 +0000 (13:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3878 311d38ba-8fff-0310-9ca6-ca027cbcb966

README.hardware

index 475c84fb56f869dde402dee42e21a24264521b4a..270c71a1f58a0d23e5fb4fc004efd2f35dd31858 100644 (file)
@@ -163,7 +163,7 @@ To write the root filesystem  to flash run:
 To load and boot a kernel and rootfs from flash:
 
   fis load kernel
-  exec -b 0x100000 -l 0x200000 -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rootfstype=jffs2 init=linuxrc ip=none
+  exec -b 0x100000 -l 0x200000 -c "noinitrd console=ttymxc0,115200 root=/dev/mtdblock2 rootfstype=jffs2 init=linuxrc ip=none"
 
 To load and boot a kernel from a TFTP server with the rootfs over NFS: